Skip to content

Instantly share code, notes, and snippets.

@tomcha
Created March 7, 2015 04:13
Show Gist options
  • Select an option

  • Save tomcha/8ca063002d9dcdf2e309 to your computer and use it in GitHub Desktop.

Select an option

Save tomcha/8ca063002d9dcdf2e309 to your computer and use it in GitHub Desktop.
ハッシュを使う練習問題解答例
person = {
'name' => '@tomcha_',
'hobby' => 'programming',
'food' => '衣笠丼'
}
puts person['name']
puts person['hobby']
puts person['food']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment