Skip to content

Instantly share code, notes, and snippets.

@naoty
Created October 10, 2013 07:47
Show Gist options
  • Save naoty/6914586 to your computer and use it in GitHub Desktop.
Save naoty/6914586 to your computer and use it in GitHub Desktop.
irb(main):001:0> hoges = { fuga: 10, piyo: 20 }
=> {:fuga=>10, :piyo=>20}
irb(main):002:0> hoges.values.inject(&:+)
=> 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment