Skip to content

Instantly share code, notes, and snippets.

@lenary
Created August 19, 2011 12:55
Show Gist options
  • Select an option

  • Save lenary/1156731 to your computer and use it in GitHub Desktop.

Select an option

Save lenary/1156731 to your computer and use it in GitHub Desktop.
class Hash
def lookup_by_range(num)
self.find {|range, v| range.include?(num) }.last
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment