Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save toreriklinnerud/243971 to your computer and use it in GitHub Desktop.
Save toreriklinnerud/243971 to your computer and use it in GitHub Desktop.
search = 80
hash = {1 => 83, 2 => 174, 3 => 276, 4 => 388, 5 => 512}
hash.values.min do |a,b|
(a - search).abs <=> (b - search).abs
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment