method
eql?
v8.1.1 -
Show latest stable
- Class:
Arel::Nodes::NamedFunction
eql?(other)public
No documentation available.
# File activerecord/lib/arel/nodes/named_function.rb, line 17
def eql?(other)
super && self.name == other.name
end