class Pry::Command::DisablePry

def process

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