Skip to content

Commit f6827eb

Browse files
committed
[Truffle] Fixnum#modulo specs.
1 parent 1ca816f commit f6827eb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

core/src/main/ruby/jruby/truffle/core/rubinius/kernel/common/fixnum.rb

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
class Fixnum
3030

31+
alias_method :modulo, :%
32+
3133
def coerce(other)
3234
Rubinius.primitive :fixnum_coerce
3335
super other

spec/truffle/tags/core/fixnum/modulo_tags.txt

-5
This file was deleted.

0 commit comments

Comments
 (0)