# File lib/deltacloud/core_ext/string.rb, line 20
  def blank?
      self !~ /\S/
  end