Created
May 24, 2013 01:32
-
-
Save kitak/5640738 to your computer and use it in GitHub Desktop.
exercise 4_6_3
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
| person1 = {first: "kita", last: "keisuke"} | |
| person2 = {first: "takeo", last: "kenta"} | |
| person3 = {first: "okumura", last: "takahiro"} | |
| params = { | |
| father: person1, | |
| mother: person2, | |
| child: person3 | |
| } | |
| puts params[:father][:first] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment