true is never blank
# File lib/sequel/extensions/blank.rb, line 40 def blank? false end
Returns a copy of the object wrapped in a Sequel::SQL::BooleanExpression, allowing easy use of Sequel’s DSL:
true.sql_expr | :a # TRUE OR a
# File lib/sequel/extensions/sql_expr.rb, line 118 def sql_expr Sequel::SQL::BooleanExpression.new(:NOOP, self) end
Generated with the Darkfish Rdoc Generator 2.