class Geminabox::GemVersionCollection

def |(other)

def |(other)
  self.class.new(self.gems | other.gems)
end