toggle(attribute)
Instance Public methods
Assigns to attribute the boolean opposite of
attribute?. So if the predicate returns true the
attribute will become false. This method toggles directly the
underlying value without calling any setter. Returns self.
Please login to continue.