summaryrefslogtreecommitdiff
path: root/lib/rdoc/known_classes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/known_classes.rb')
-rw-r--r--lib/rdoc/known_classes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rdoc/known_classes.rb b/lib/rdoc/known_classes.rb
index 3feb31eae1..863be4bd5c 100644
--- a/lib/rdoc/known_classes.rb
+++ b/lib/rdoc/known_classes.rb
@@ -26,6 +26,7 @@ module RDoc
"rb_cRange" => "Range",
"rb_cRegexp" => "Regexp",
"rb_cRubyVM" => "RubyVM",
+ "rb_cSocket" => "Socket",
"rb_cString" => "String",
"rb_cStruct" => "Struct",
"rb_cSymbol" => "Symbol",
@@ -58,6 +59,7 @@ module RDoc
"rb_eZeroDivError" => "ZeroDivError",
"rb_mComparable" => "Comparable",
+ "rb_mDL" => "DL",
"rb_mEnumerable" => "Enumerable",
"rb_mErrno" => "Errno",
"rb_mFileTest" => "FileTest",