mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Get rid of "return".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d4b764c2cf
commit
2a31a00fd9
1 changed files with 1 additions and 1 deletions
|
@ -262,6 +262,6 @@ for example:
|
|||
DL.callback('IPP'){|ptr1,ptr2|
|
||||
str1 = ptr1.ptr.to_s
|
||||
str2 = ptr2.ptr.to_s
|
||||
return str1 <=> str2
|
||||
str1 <=> str2
|
||||
}
|
||||
=end
|
||||
|
|
Loading…
Reference in a new issue