# File ../lib/fox/undolist.rb, line 223
    def canRedo?
      (@redolist.empty? == false)
    end