Skip to content

Commit b516f1f

Browse files
author
matz
committed
class/module comparison
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent a380f10 commit b516f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ rb_mod_ge(mod, arg)
526526
rb_raise(rb_eTypeError, "compared with non class/module");
527527
}
528528

529-
return rb_mod_lt(arg, mod);
529+
return rb_mod_le(arg, mod);
530530
}
531531

532532
static VALUE

0 commit comments

Comments
 (0)