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

Allow exporting a normal, not-indifferent Hash #536

Merged

Commits on Oct 23, 2020

  1. Allow exporting a normal, not-indifferent Hash

    Following the conventions in `activesupport` and the semantics of the
    `#to_hash` method in Ruby's standard library, the `#to_hash` method for
    a hash that has mixed in `IndifferentAccess` will now export the hash as
    a normal, not-indifferent hash.
    michaelherold committed Oct 23, 2020
    Copy the full SHA
    a7d57c9 View commit details
    Browse the repository at this point in the history