Support for unified Integer class in Ruby 2.4+ by koic · Pull Request #413 · rubyjs/therubyracer

Ruby 2.4 unifies Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005 Due to this change, following error happened on the combination of this gem and ruby-2.4.0dev. % ruby -v rub...