method
eql?
v8.1.1 -
Show latest stable
- Class:
Arel::Nodes::CurrentRow
eql?(other)public
No documentation available.
# File activerecord/lib/arel/nodes/window.rb, line 108
def eql?(other)
self.class == other.class
end