# File lib/rudy/cli/routines.rb, line 79
79:     def passthrough
80:             
81:       machines = @rr.execute
82:       
83:       if !@@global.quiet && !machines.empty?
84:         li $/, "The following machines were processed:"
85:         print_stobjects machines, :noverbose
86:       end
87:       
88:     end