decrement(attribute, by = 1)
Instance Public methods
Initializes attribute to zero if nil and
subtracts the value passed as by (default is 1). The decrement
is performed directly on the underlying attribute, no setter is invoked.
Only makes sense for number-based attributes. Returns self.
Please login to continue.