class String

Public Instance Methods

blank?() click to toggle source
# File lib/txtweb-ruby.rb, line 10
def blank?
  self !~ /\S/
end