module Augmented::Strings::Blank

Constants

REGEXP

Public Instance Methods

blank?() click to toggle source
# File lib/augmented/strings/blank.rb, line 8
def blank?
  empty? || !!REGEXP.match(self)
end