# File lib/rudy/cli/routines.rb, line 55
55:     def reboot
56:       machines = @rr.execute
57:       li $/, "The following machines have been restarted:"
58:       print_stobjects machines, :noverbose
59:     end