class Pry::Command::ShellCommand
def special_case_path?(dest)
def special_case_path?(dest) ['.', '..', '-'].include?(dest) || dest =~ /\A[#{File::PATH_SEPARATOR}~]/ end
def special_case_path?(dest) ['.', '..', '-'].include?(dest) || dest =~ /\A[#{File::PATH_SEPARATOR}~]/ end