class EacRubyUtils::BlankNotBlank
A blank string which returns false for blank? method.
def blank?
def blank? false end
def initialize
def initialize super('') end
A blank string which returns false for blank? method.
def blank? false end
def initialize super('') end