Navigation Menu

Skip to content

Commit

Permalink
[Truffle] Fixnum#modulo specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Jan 12, 2015
1 parent 1ca816f commit f6827eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Expand Up @@ -28,6 +28,8 @@

class Fixnum

alias_method :modulo, :%

def coerce(other)
Rubinius.primitive :fixnum_coerce
super other
Expand Down
5 changes: 0 additions & 5 deletions spec/truffle/tags/core/fixnum/modulo_tags.txt

This file was deleted.

0 comments on commit f6827eb

Please sign in to comment.