1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fixed error on rdoc generation

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2005-04-20 00:52:28 +00:00
parent ddda8205c2
commit 1ac1e06cd5

View file

@ -2543,7 +2543,6 @@ rb_str_to_s(str)
return str; return str;
} }
VALUE
/* /*
* call-seq: * call-seq:
* str.inspect => string * str.inspect => string
@ -2556,6 +2555,7 @@ VALUE
* str.inspect #=> "hel\010o" * str.inspect #=> "hel\010o"
*/ */
VALUE
rb_str_inspect(str) rb_str_inspect(str)
VALUE str; VALUE str;
{ {