Method: Browser::CSS::Unit#===
- Defined in:
- opal/browser/css/unit.rb
#===(other) ⇒ Object
21 22 23 |
# File 'opal/browser/css/unit.rb', line 21 def ===(other) @type == other.type && @number == other.to_f end |
21 22 23 |
# File 'opal/browser/css/unit.rb', line 21 def ===(other) @type == other.type && @number == other.to_f end |