Class: OpenCommand
- Inherits:
-
Object
- Object
- OpenCommand
- Defined in:
- lib/theroku/open_command.rb
Instance Method Summary collapse
Instance Method Details
#execute(subdomain) ⇒ Object
3 4 5 6 |
# File 'lib/theroku/open_command.rb', line 3 def execute(subdomain) # Launchy.open( "http://#{subdomain}.therokubalance.com" ) Launchy.open("http://#{subdomain}.therokubalance.com") end |