Class: CSSPool::Visitors::Comparable

Inherits:
Visitor
  • Object
show all
Defined in:
lib/csspool/visitors/comparable.rb

Instance Method Summary collapse

Methods inherited from Visitor

#accept, visitor_for

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