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

[ruby 2.4] Implemented Integer#ceil, #floor, #truncate #4616

Merged
merged 3 commits into from Jun 13, 2017

Commits on Apr 20, 2017

  1. Implement Feature #12245: Optional digits argument for Integer#ceil,

    Integer#floor, and Integer#truncate
    whwilder committed Apr 20, 2017
    Copy the full SHA
    b576e22 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Merge branch '2.4-integer-ceil-floor-truncate' of github.com:whwilder…

    …/jruby into 2.4-integer-ceil-floor-truncate
    whwilder committed May 18, 2017
    Copy the full SHA
    451b12c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Fixed some style issues:

    * changed "args" to "arg" in ceil, floor, and truncate
    * changed type of "ndigits" in RubyBignum from BigInteger to int
    whwilder committed May 24, 2017
    Copy the full SHA
    30a34a8 View commit details
    Browse the repository at this point in the history