Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/css-native.rb
Instance Method Summary collapse
- #pct ⇒ Object (also: #percent)
Instance Method Details
#pct ⇒ Object Also known as: percent
82 83 84 |
# File 'lib/css-native.rb', line 82 def pct "#{self}%" end |