method
eql?
v8.0.0 -
Show latest stable
- Class:
Arel::Nodes::BindParam
eql?(other)public
No documentation available.
# File activerecord/lib/arel/nodes/bind_param.rb, line 17
def eql?(other)
other.is_a?(BindParam) &&
value == other.value
end