Skip to content

Instantly share code, notes, and snippets.

@fronx
Created June 18, 2011 13:42
Show Gist options
  • Save fronx/1033111 to your computer and use it in GitHub Desktop.
Save fronx/1033111 to your computer and use it in GitHub Desktop.
class Hash
alias :/ :[]
end
h = {:a => {:b => 'foo'}}
h/:a/:b #=> 'foo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment