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

change return value of duplicable? with Ruby 2.4+ #27293

Merged
merged 1 commit into from Dec 13, 2016

Commits on Dec 12, 2016

  1. change return value of duplicable? with Ruby 2.4+

    `NilClass`, `FalseClass`, `TrueClass`, `Symbol` and `Numeric` can dup
    with Ruby 2.4+.
    
    Ref: https://bugs.ruby-lang.org/issues/12979
    y-yagi committed Dec 12, 2016
    Copy the full SHA
    2cb8558 View commit details
    Browse the repository at this point in the history