Method: Nodectl::Action.onkill_call

Defined in:
lib/nodectl/action.rb

.onkill_call(action, options = {}) ⇒ Object



70
71
72
# File 'lib/nodectl/action.rb', line 70

def onkill_call(action, options = {})
  @onkill.each { |b| b.call(action, options) }
end