Method: TTY::Command::Printers::Pretty#print_command_out_data
- Defined in:
- lib/tty/command/printers/pretty.rb
#print_command_out_data(cmd, *args) ⇒ Object
20 21 22 23 |
# File 'lib/tty/command/printers/pretty.rb', line 20 def print_command_out_data(cmd, *args) = args.map(&:chomp).join(" ") write(cmd, "\t#{message}", out_data) end |