# File lib/pry/commands/disable_pry.rb, line 21
    def process
      ENV['DISABLE_PRY'] = 'true'
      _pry_.run_command "exit"
    end