# File lib/rudy/cli/routines.rb, line 44
44:     def startup
45:       machines = @rr.execute || []
46:       li $/, "The following machines are now available:" unless machines.empty?
47:       print_stobjects machines, :noverbose
48:     end