# File lib/active_support/core_ext/object/blank.rb, line 95
  def blank?
    self !~ /\S/
  end