Skip to content

Instantly share code, notes, and snippets.

@brgnepal
Created June 25, 2014 04:56
Show Gist options
  • Save brgnepal/80398b788cf5b02374ca to your computer and use it in GitHub Desktop.
Save brgnepal/80398b788cf5b02374ca to your computer and use it in GitHub Desktop.
Rails uses open classes
class Fixnum
def hours
self * 3600
end
def from_now
Time.now + self
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment