module Uga_Uga::String_Refines

Public Instance Methods

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