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
64 65 66 |
# File 'lib/css-native.rb', line 64 def pct "#{self}%" end |