Skip to content

Instantly share code, notes, and snippets.

@eric-wood
Created March 24, 2015 18:36
Show Gist options
  • Save eric-wood/1624e1fb3b08947a568a to your computer and use it in GitHub Desktop.
Save eric-wood/1624e1fb3b08947a568a to your computer and use it in GitHub Desktop.
HashWithIndifferentAccess
class HashWithIndifferentAccess < Hash
def [](_)
'meh'
end
end
@vanwhale
Copy link

:

@sauerkrause
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment