Last active
August 5, 2016 17:32
-
-
Save tubbo/235c10ea14b1ca4386db4bb4b382485a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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