Parent

Methods

Class Index [+]

Quicksearch

FalseClass

The blank extension adds the blank? method to all objects (e.g. Object#blank?).

Public Instance Methods

blank?() click to toggle source

false is always blank

   # File lib/sequel/extensions/blank.rb, line 5
5:   def blank?
6:     true
7:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.