class Arel::Nodes::BindParam
Public Instance Methods
==(other)
click to toggle source
# File lib/arel/nodes/bind_param.rb, line 4 def ==(other) other.is_a?(BindParam) end
# File lib/arel/nodes/bind_param.rb, line 4 def ==(other) other.is_a?(BindParam) end