Returns:
2 3 4
# File 'lib/testcentricity_web/utility_helpers.rb', line 2 def blank? respond_to?(:empty?) ? empty? : !self end