class OpenCommand
Public Instance Methods
execute(subdomain)
click to toggle source
# File lib/theroku/open_command.rb, line 3 def execute(subdomain) # Launchy.open( "http://#{subdomain}.therokubalance.com" ) Launchy.open("http://#{subdomain}.therokubalance.com") end