Skip to content

Instantly share code, notes, and snippets.

@adamgamble
Created December 28, 2010 17:50
Show Gist options
  • Select an option

  • Save adamgamble/757471 to your computer and use it in GitHub Desktop.

Select an option

Save adamgamble/757471 to your computer and use it in GitHub Desktop.
def return_hash f
{ 'en' => { 'steps' => { 'foo' => 'bar', 'bar' => 'wiggity' }, 'boogie' => { 'foo' => 'liar', 'baz' => { 'noodles' => 'potatosack' } } } }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment