Skip to content

Instantly share code, notes, and snippets.

@kristianfreeman
Created December 24, 2013 05:28
Show Gist options
  • Save kristianfreeman/8109139 to your computer and use it in GitHub Desktop.
Save kristianfreeman/8109139 to your computer and use it in GitHub Desktop.
class Fixnum
def double
self * 2
end
end
@kristianfreeman
Copy link
Author

this is for a blog post, nothing to see here, move along

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment