struct BitArray
Defined in:
ifrit/core.crConstructors
Instance Method Summary
-
#blank?
Returns if object is blank one - empty (or whitespaced) string, empty array, empty hash,
nil
orfalse
. - #initialize
Instance methods inherited from struct Struct
blank?
blank?,
present?
present?
Instance methods inherited from class Object
blank? : Bool
blank?,
present?
present?
Constructor Detail
Instance Method Detail
def blank?
#
Returns if object is blank one - empty (or whitespaced) string, empty array, empty hash, nil
or false
.