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