Skip to content

Instantly share code, notes, and snippets.

@bchase
Created August 11, 2014 01:40
Show Gist options
  • Save bchase/eba79e9773340cd94a84 to your computer and use it in GitHub Desktop.
Save bchase/eba79e9773340cd94a84 to your computer and use it in GitHub Desktop.
class Numeric
def percent
self.to_f / 100
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment