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