# File lib/dm-core/collection.rb, line 127
    def difference(other)
      set_operation(:-, other)
    end