# File lib/vpim/agent/calendars.rb, line 59
      def shift
        if @path[@mark]
          @path[@mark += 1]
        end
      end