Method: Fidgit::History::Action#do

Defined in:
lib/fidgit/history.rb

#doObject

Perform the action.

Raises:

  • (NotImplementedError)


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

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