Class Redwood::UndoManager
In: lib/sup/undo.rb
Parent: Object

Implements a single undo list for the Sup instance

The basic idea is to keep a list of lambdas to undo things. When an action is called (such as ‘archive’), a lambda is registered with UndoManager that will undo the archival action

Methods

clear   new   register   undo  

Included Modules

Singleton

Public Class methods

Public Instance methods

[Validate]