mixins/single_updatable_container
module SingleUpdatableContainer
A mixin for all enumerable containers that have a push() method defined.
Public Methods
<<(item)
Add an element to a container.
Returns:
self.
concat(other)
Append the items in other to self.
other
the other container.
Returns:
self.
Requires
loaders
../hacks/safe_mixin