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



12
13
# File 'lib/custom.rb', line 12

def server_ready(plugins, command, options)
end

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



10
11
# File 'lib/custom.rb', line 10

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