Libraries
»
tins
(1.37.0)
»
Index (R)
»
Tins
»
RangePlus
Module: Tins::RangePlus
Defined in:
lib/tins/range_plus.rb
Instance Method Summary
collapse
#
+
(other) ⇒ Object
Instance Method Details
#
+
(other) ⇒
Object
3 4 5
# File 'lib/tins/range_plus.rb', line 3
def
+
(
other
)
to_a
+
other
.
to_a
end