Skip to content

Instantly share code, notes, and snippets.

@authorNari
Created December 1, 2011 14:48
Show Gist options
  • Select an option

  • Save authorNari/1417282 to your computer and use it in GitHub Desktop.

Select an option

Save authorNari/1417282 to your computer and use it in GitHub Desktop.
A monkey patch
class Fixnum
def hour; self * 60 * 60; end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment