Parent

Methods

Class/Module 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 5
def blank?
  if respond_to?(:empty?)
    empty?
  else
   !self
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.