class String

Public Instance Methods

blank?() click to toggle source
# File lib/string.rb, line 2
def blank?
  self !~ /[^[:space:]]/
end