method
eql?
v6.1.7.7 -
Show latest stable
- Class:
Arel::Nodes::NamedWindow
eql?(other)public
No documentation available.
# File activerecord/lib/arel/nodes/window.rb, line 85
def eql?(other)
super && self.name == other.name
end