# File ../lib/fox/undolist.rb, line 215
    def canUndo?
      (@undolist.empty? == false)
    end