Class: PluginTool::CustomBehaviour

Inherits:
Object
  • Object
show all
Defined in:
lib/custom.rb

Instance Method Summary collapse

Instance Method Details

#server_ready(plugins, command, options) ⇒ Object



18
19
# File 'lib/custom.rb', line 18

def server_ready(plugins, command, options)
end

#start(plugins, command, options, is_local_command) ⇒ Object



16
17
# File 'lib/custom.rb', line 16

def start(plugins, command, options, is_local_command)
end