Method: Sequel::SQL::ComplexExpression#sql_boolean
- Defined in:
- lib/sequel/sql.rb
permalink #sql_boolean ⇒ Object
Return a BooleanExpression with the same op and args.
1281 1282 1283 |
# File 'lib/sequel/sql.rb', line 1281 def sql_boolean BooleanExpression.new(op, *args) end |