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