Numerics are never blank (not even 0)
# File lib/sequel/extensions/blank.rb, line 26 def blank? false end
Returns a copy of the object wrapped in a Sequel::SQL::NumericExpression, allowing easy use of Sequel's DSL:
1.sql_expr < :a # 1 < a
# File lib/sequel/extensions/sql_expr.rb, line 74 def sql_expr Sequel::SQL::NumericExpression.new(:NOOP, self) end
Generated with the Darkfish Rdoc Generator 2.