Arel::Nodes::Node
# File lib/arel/nodes/bind_param.rb, line 5 def ==(other) other.is_a?(BindParam) end