class Bundler::PubGrub::Term

def difference(other)

def difference(other)
  intersect(other.invert)
end