Class: Hole::Runner
- Inherits:
-
Object
- Object
- Hole::Runner
- Defined in:
- lib/system/run/client.rb
Class Method Summary collapse
Class Method Details
.start ⇒ Object
4 5 6 7 8 9 10 11 12 |
# File 'lib/system/run/client.rb', line 4 def self.start program :name, 'Hole' program :version, Hole::VERSION program :description, 'TCP-IP File Manager' Hole::Run.load_commands.parse_command end |