method
hash
rails latest stable - Class:
Arel::Nodes::InsertStatement
hash()public
No documentation available.
# File activerecord/lib/arel/nodes/insert_statement.rb, line 23
def hash
[@relation, @columns, @values, @select].hash
end