class Deployinator::Plugin

Public Instance Methods

run(event, state) click to toggle source
# File lib/deployinator/plugin.rb, line 3
def run(event, state)
  raise "Plugin: #{self.class} does not implement run method"
end