Method: Arel::Nodes::NamedFunction#hash

Defined in:
activerecord/lib/arel/nodes/named_function.rb

#hashObject



13
14
15
# File 'activerecord/lib/arel/nodes/named_function.rb', line 13

def hash
  super ^ @name.hash
end