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:
parent
ddda8205c2
commit
1ac1e06cd5
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
|
@ -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;
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue