Method: Browser::CSS::Unit#to_s
- Defined in:
- opal/browser/css/unit.rb
#to_s ⇒ Object Also known as: to_str, inspect
105 106 107 |
# File 'opal/browser/css/unit.rb', line 105 def to_s "#{@number}#{@type}" end |
105 106 107 |
# File 'opal/browser/css/unit.rb', line 105 def to_s "#{@number}#{@type}" end |