# File lib/reginald/collection.rb, line 30 def +(other) ary = other.is_a?(Collection) ? other.internal_array : other self.class.new(@array + ary) end