Parent

Methods

Class Index [+]

Quicksearch

Object

This is not loaded if ActiveSupport is already loaded

Public Instance Methods

blank?() click to toggle source
    # File lib/mail/core_extensions/object.rb, line 6
 6:   def blank?
 7:     if respond_to?(:empty?)
 8:       empty?
 9:     else
10:      !self
11:     end
12:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.