Method: Fidgit::History::Action#undo
- Defined in:
- lib/fidgit/history.rb
#undo ⇒ Object
Reverse the action.
15 |
# File 'lib/fidgit/history.rb', line 15 def undo; raise NotImplementedError, "#{self.class} does not have an undo method defined"; end |