Module: Tins::RangePlus

Defined in:
lib/tins/range_plus.rb

Instance Method Summary collapse

Instance Method Details

#+(other) ⇒ Object



3
4
5
# File 'lib/tins/range_plus.rb', line 3

def +(other)
  to_a + other.to_a
end