Class: CSSPool::Visitors::Comparable
- Defined in:
- lib/csspool/visitors/comparable.rb
Instance Method Summary collapse
-
#initialize(other) ⇒ Comparable
constructor
A new instance of Comparable.
Methods inherited from Visitor
Constructor Details
#initialize(other) ⇒ Comparable
Returns a new instance of Comparable.
4 5 6 7 |
# File 'lib/csspool/visitors/comparable.rb', line 4 def initialize other super() @other = other end |