class String

Public Instance Methods

blank?() click to toggle source
# File lib/banana_bits.rb, line 38
def blank?
  self.strip.empty?
end