Skip to content

Instantly share code, notes, and snippets.

@kitak
Created May 24, 2013 01:32
Show Gist options
  • Select an option

  • Save kitak/5640738 to your computer and use it in GitHub Desktop.

Select an option

Save kitak/5640738 to your computer and use it in GitHub Desktop.
exercise 4_6_3
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