Fix deprecated warnings in Ruby 2.4.0+ (#415)
Ruby 2.4.0 unifies Fixnum and Bignum into Integer.
https://bugs.ruby-lang.org/issues/12005
Fix following deprecated warnings in Ruby 2.4.0-preview3.
- `warning: constant ::Fixnum is deprecated`
- `warning: constant ::Bignum is deprecated`
Showing
Please
register
or
sign in
to comment