Class: PluginTool::CustomBehaviour
- Inherits:
-
Object
- Object
- PluginTool::CustomBehaviour
- Defined in:
- lib/custom.rb
Instance Method Summary collapse
- #server_ready(plugins, command, options) ⇒ Object
- #start(plugins, command, options, is_local_command) ⇒ Object
Instance Method Details
#server_ready(plugins, command, options) ⇒ Object
18 19 |
# File 'lib/custom.rb', line 18 def server_ready(plugins, command, ) end |
#start(plugins, command, options, is_local_command) ⇒ Object
16 17 |
# File 'lib/custom.rb', line 16 def start(plugins, command, , is_local_command) end |