method
hash
rails latest stable - Class:
Arel::Nodes::NamedFunction
hash()public
No documentation available.
# File activerecord/lib/arel/nodes/named_function.rb, line 13
def hash
super ^ @name.hash
end hash()No documentation available.
# File activerecord/lib/arel/nodes/named_function.rb, line 13
def hash
super ^ @name.hash
end