# File lib/core_ext/string.rb, line 6
  def blank?
    self.empty? || self.strip.empty?
  end