BasicObject
# File lib/mail/core_extensions/object.rb, line 4 def blank? if respond_to?(:empty?) empty? else !self end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.