Skip to content

Instantly share code, notes, and snippets.

@Nitrodist
Created April 13, 2012 20:16
Show Gist options
  • Save Nitrodist/2379827 to your computer and use it in GitHub Desktop.
Save Nitrodist/2379827 to your computer and use it in GitHub Desktop.
class Fixnum
def to_d
self.to_f.to_d
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment