Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixnum is deprecated in upcoming ruby version #329

Merged

Commits on Dec 1, 2016

  1. Use 0.class instead of Fixnum for ruby >= 2.4

    Fixnum and Bignum are being deprecated in ruby version 2.4
    https://bugs.ruby-lang.org/issues/12739, use 0.class to
    handle the transition
    Nimish committed Dec 1, 2016
    Copy the full SHA
    5cea3f2 View commit details
    Browse the repository at this point in the history