class Arel::Nodes::BindParam

def unboundable?

def unboundable?
  value.respond_to?(:unboundable?) && value.unboundable?
end