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

Teach Hash#slice to only include keys that exist in original #289

Merged

Commits on Sep 26, 2014

  1. Teach Hash#slice to only include keys that exist in original

    Previously this would blow up if you asked for a key that wasn't in the
    original hash. This is consistent with Rails' version of Hash#slice.
    lmarlow committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    24e71a9 View commit details
    Browse the repository at this point in the history