Method: Fidgit::History::Action#undo

Defined in:
lib/fidgit/history.rb

#undoObject

Reverse the action.

Raises:



15
# File 'lib/fidgit/history.rb', line 15

def undo; raise NotImplementedError, "#{self.class} does not have an undo method defined"; end