class String

Public Instance Methods

blank?() click to toggle source
# File lib/riak/core_ext/blank.rb, line 33
def blank?
  self !~ /[^\s]/
end