module Predicate::Contradiction

Public Instance Methods

to_sql(buffer, dialect) click to toggle source
# File lib/bmg/sql/ext/predicate/contradiction.rb, line 4
def to_sql(buffer, dialect)
  buffer << Sql::Expr::FALSE
  buffer
end