module Spruz::Blank::String

def blank?

def blank?
  self !~ /\S/
end