# File lib/rack/mount/vendor/regin/regin/expression.rb, line 61
    def +(other)
      ary = other.is_a?(self.class) ? other.internal_array : other
      ary = @array + ary + [options.to_h(true)]
      self.class.new(*ary)
    end