Method: Sequel::SQL::ComplexExpression#sql_boolean

Defined in:
lib/sequel/sql.rb

#sql_booleanObject

Return a BooleanExpression with the same op and args.

[View source]

1281
1282
1283
# File 'lib/sequel/sql.rb', line 1281

def sql_boolean
  BooleanExpression.new(op, *args)
end