class Arel::Nodes::BindParam

def infinite?

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