class Rails::Initializable::Collection

def +(other)

def +(other)
  Collection.new(to_a + other.to_a)
end