# File lib/tins/range_plus.rb, line 3
    def +(other)
      to_a + other.to_a
    end