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
@ -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…
x
Reference in New Issue
Block a user