:nodoc:
Returns:
3 4 5
# File 'lib/engage/core_ext/blank.rb', line 3 def blank? respond_to?(:empty?) ? empty? : !self end