Class: Arel::InsertManager

Inherits:
TreeManager show all
Defined in:
lib/arel/extensions/insert_manager.rb

Instance Method Summary collapse

Methods inherited from TreeManager

#to_sql_and_binds

Instance Method Details

#==(other) ⇒ Object



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

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