class String

Public Instance Methods

blank?() click to toggle source
# File lib/overrides/string.rb, line 2
def blank?
  strip.empty?
end