module Spruz::RangePlus

def +(other)

def +(other)
  to_a + other.to_a
end