Skip to content

Commit 430694c

Browse files
committed
Add Socket and DL to known classes
1 parent 73e9ee2 commit 430694c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rdoc/known_classes.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module RDoc
2626
"rb_cRange" => "Range",
2727
"rb_cRegexp" => "Regexp",
2828
"rb_cRubyVM" => "RubyVM",
29+
"rb_cSocket" => "Socket",
2930
"rb_cString" => "String",
3031
"rb_cStruct" => "Struct",
3132
"rb_cSymbol" => "Symbol",
@@ -58,6 +59,7 @@ module RDoc
5859
"rb_eZeroDivError" => "ZeroDivError",
5960

6061
"rb_mComparable" => "Comparable",
62+
"rb_mDL" => "DL",
6163
"rb_mEnumerable" => "Enumerable",
6264
"rb_mErrno" => "Errno",
6365
"rb_mFileTest" => "FileTest",

0 commit comments

Comments
 (0)