method
hash
v8.1.1 -
Show latest stable
- Class:
Arel::Nodes::BoundSqlLiteral
hash()public
No documentation available.
# File activerecord/lib/arel/nodes/bound_sql_literal.rb, line 42
def hash
[self.class, sql_with_placeholders, positional_binds, named_binds].hash
end