Skip to content

Instantly share code, notes, and snippets.

@keithrbennett
Created February 18, 2009 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keithrbennett/66374 to your computer and use it in GitHub Desktop.
Save keithrbennett/66374 to your computer and use it in GitHub Desktop.
irb(main):010:0> h = { :a => 1, :b => 5, :c => 3 }
=> {:c=>3, :a=>1, :b=>5}
irb(main):011:0> h.values.max
=> 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment