Object
The blank extension adds the blank? method to all objects (e.g. Object#blank?).
To load the extension:
Sequel.extension :blank
false is always blank
# File lib/sequel/extensions/blank.rb, line 9 def blank? true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.