Skip to content

Instantly share code, notes, and snippets.

@tubbo
Last active August 5, 2016 17:32
Show Gist options
  • Save tubbo/235c10ea14b1ca4386db4bb4b382485a to your computer and use it in GitHub Desktop.
Save tubbo/235c10ea14b1ca4386db4bb4b382485a to your computer and use it in GitHub Desktop.
params = {}
room = { wall:"red", size:4 }
params[:house] = room
puts params[:house][:wall] # => 'red'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment