Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/expressive_math/fixnum.rb
Instance Method Summary collapse
Instance Method Details
#percent ⇒ Object
2 3 4 |
# File 'lib/expressive_math/fixnum.rb', line 2 def percent self.to_f / 100 end |