Class: Staccato::Proxy::CLI
- Inherits:
-
Object
- Object
- Staccato::Proxy::CLI
- Defined in:
- lib/staccato/proxy/cli.rb
Instance Method Summary collapse
-
#initialize(args) ⇒ CLI
constructor
A new instance of CLI.
- #run ⇒ Object
Constructor Details
#initialize(args) ⇒ CLI
Returns a new instance of CLI.
3 4 5 |
# File 'lib/staccato/proxy/cli.rb', line 3 def initialize(args) = (args) end |
Instance Method Details
#run ⇒ Object
7 8 9 |
# File 'lib/staccato/proxy/cli.rb', line 7 def run Staccato::Proxy::Supervisor.new().run end |