# File lib/facet/string/blank%3F.rb, line 9
def
blank?
self
!~
/\S/
end