# File ../lib/fox/undolist.rb, line 259
    def clear
      @undolist.clear
      @redolist.clear
      @marker = nil
      @size = 0
    end