Methods

Class/Module Index [+]

Quicksearch

Rudy::CLI::Candy

Public Instance Methods

open() click to toggle source
# File lib/rudy/cli/candy.rb, line 6
def open
  machines = Rudy::Machines.list
  
  if machines
    `open http://#{machines.first.dns_public}`
  else
    li "No machines"
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.