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