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