Module: DhEasy::Core::Plugin::FinisherBehavior

Defined in:
lib/dh_easy_override/core/plugin/finisher_behavior.rb

Instance Method Summary collapse

Instance Method Details

#finishObject

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/dh_easy_override/core/plugin/finisher_behavior.rb', line 5

def finish
  raise NotImplementedError.new('Must implement "finish" method.')
end