Class: Acs2aws::Cli::RefreshCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Acs2aws::Cli::RefreshCommand
- Defined in:
- lib/acs2aws/cli/refresh.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
10 11 12 13 14 |
# File 'lib/acs2aws/cli/refresh.rb', line 10 def execute srv = Acs2aws::AcsServer.new Launchy.open("http://localhost:#{Acs2aws::SERVER_PORT}/") srv.instance.run! end |