module Spruz::RangePlus
Public Instance Methods
+(other)
click to toggle source
# File lib/spruz/range_plus.rb, line 3 def +(other) to_a + other.to_a end
# File lib/spruz/range_plus.rb, line 3 def +(other) to_a + other.to_a end