# File lib/origin/extensions/object.rb, line 18 def __add__(object) (object == self) ? self : [ self, object ].flatten.uniq end