Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created March 11, 2010 22:29
Show Gist options
  • Save workmad3/329760 to your computer and use it in GitHub Desktop.
Save workmad3/329760 to your computer and use it in GitHub Desktop.
a = {:one => {:two => {:three => {:four => "Hello world"}}}}
b = [:one, :two, :three, :four]
b.inject(a) {|h, i| h[i]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment