Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/numbers.rb
Instance Method Summary collapse
Instance Method Details
#percent ⇒ Object
8 9 10 |
# File 'lib/numbers.rb', line 8 def percent "#{self}%" end |