Skip to content

Instantly share code, notes, and snippets.

@hannestyden
Created January 12, 2010 13:56
Show Gist options
  • Save hannestyden/275216 to your computer and use it in GitHub Desktop.
Save hannestyden/275216 to your computer and use it in GitHub Desktop.
class Array
def range
[ self.min, self.max ]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment