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



82
83
84
# File 'lib/css-native.rb', line 82

def pct
  "#{self}%"
end