We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e9ee2 commit 430694cCopy full SHA for 430694c
lib/rdoc/known_classes.rb
@@ -26,6 +26,7 @@ module RDoc
26
"rb_cRange" => "Range",
27
"rb_cRegexp" => "Regexp",
28
"rb_cRubyVM" => "RubyVM",
29
+ "rb_cSocket" => "Socket",
30
"rb_cString" => "String",
31
"rb_cStruct" => "Struct",
32
"rb_cSymbol" => "Symbol",
@@ -58,6 +59,7 @@ module RDoc
58
59
"rb_eZeroDivError" => "ZeroDivError",
60
61
"rb_mComparable" => "Comparable",
62
+ "rb_mDL" => "DL",
63
"rb_mEnumerable" => "Enumerable",
64
"rb_mErrno" => "Errno",
65
"rb_mFileTest" => "FileTest",
0 commit comments