# File lib/active_support/core_ext/blank.rb, line 12
  def blank?
    respond_to?(:empty?) ? empty? : !self
  end