Method: TTY::Command::Cmd#to_s

Defined in:
lib/tty/command/cmd.rb

#to_sObject



134
135
136
# File 'lib/tty/command/cmd.rb', line 134

def to_s
  [command.to_s, *Array(argv)].join(" ")
end