mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
990201
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2344efc383
commit
9b0dd20cbb
30 changed files with 1172 additions and 944 deletions
2
object.c
2
object.c
|
@ -47,7 +47,7 @@ int
|
|||
rb_eql(obj1, obj2)
|
||||
VALUE obj1, obj2;
|
||||
{
|
||||
return rb_funcall(obj1, eql, 1, obj2);
|
||||
return rb_funcall(obj1, eql, 1, obj2) == Qtrue;
|
||||
}
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue