module DhEasy::Core::Plugin::FinisherBehavior
Public Instance Methods
finish()
click to toggle source
# File lib/dh_easy_override/core/plugin/finisher_behavior.rb, line 5 def finish raise NotImplementedError.new('Must implement "finish" method.') end