Class: Fixnum

Inherits:
Object
  • Object
show all
Defined in:
lib/style_train/support/numbers.rb

Instance Method Summary collapse

Instance Method Details

#percentObject



10
11
12
# File 'lib/style_train/support/numbers.rb', line 10

def percent
  "#{self}%"
end