Method: Origin::Extensions::Array#__add__
- Defined in:
- lib/origin/extensions/array.rb
#__add__(object) ⇒ Object
Combine the two objects using the add strategy.
18 19 20 |
# File 'lib/origin/extensions/array.rb', line 18 def __add__(object) object.__add_from_array__(self) end |