class Pry::Command::DisablePry

def process

def process
  ENV['DISABLE_PRY'] = 'true'
  _pry_.run_command "exit"
end