Method: Sequel::SQL::ComplexExpressionMethods#sql_boolean
- Defined in:
- lib/sequel/sql.rb
#sql_boolean ⇒ Object
Return a BooleanExpression representation of self.
345 346 347 |
# File 'lib/sequel/sql.rb', line 345 def sql_boolean BooleanExpression.new(:NOOP, self) end |