Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/css-native.rb

Instance Method Summary collapse

Instance Method Details

#pctObject Also known as: percent



64
65
66
# File 'lib/css-native.rb', line 64

def pct
  "#{self}%"
end