Class: Arel::SelectManager

Inherits:
Object
  • Object
show all
Defined in:
lib/arel/extensions/select_manager.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



6
7
8
# File 'lib/arel/extensions/select_manager.rb', line 6

def ==(other)
  other.is_a?(self.class) && @ast == other.ast && @ctx == other.ctx
end