Method: TTY::Command::Cmd#to_command

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

#to_commandObject

Assemble full command



129
130
131
# File 'lib/tty/command/cmd.rb', line 129

def to_command
  chdir(umask(evars(user(group(to_s)))))
end