class Bundler::PubGrub::VersionUnion

def union(other)

def union(other)
  VersionUnion.union([self, other])
end