class Pry::Command::Reset

def process

def process
  output.puts 'Pry reset.'
  exec 'pry'
end