mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc/known_classes.rb (RDoc::KNOWN_CLASSES): add Encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bb49917c66
commit
510ae756be
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Sep 29 12:31:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/rdoc/known_classes.rb (RDoc::KNOWN_CLASSES): add Encoding.
|
||||
|
||||
Tue Sep 28 20:50:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* tool/config.sub (x64): regularize same as mswin.
|
||||
|
|
|
@ -10,6 +10,7 @@ module RDoc
|
|||
"rb_cClass" => "Class",
|
||||
"rb_cData" => "Data",
|
||||
"rb_cDir" => "Dir",
|
||||
"rb_cEncoding" => "Encoding",
|
||||
"rb_cFalseClass" => "FalseClass",
|
||||
"rb_cFile" => "File",
|
||||
"rb_cFixnum" => "Fixnum",
|
||||
|
|
Loading…
Add table
Reference in a new issue