method
hash
v6.1.7.7 -
Show latest stable
- Class:
Arel::Nodes::NamedWindow
hash()public
No documentation available.
# File activerecord/lib/arel/nodes/window.rb, line 81
def hash
super ^ @name.hash
end hash()No documentation available.
# File activerecord/lib/arel/nodes/window.rb, line 81
def hash
super ^ @name.hash
end