# File lib/dm-core/collection.rb, line 605
    def pop(*)
      if removed = super
        resources_removed(removed)
      end
    end