# File lib/pry/default_commands/context.rb, line 131
        def process
          if _pry_.binding_stack.one?
            # when breaking out of top-level then behave like `exit-all`
            process_exit_all
          else
            # otherwise just pop a binding and return user supplied value
            process_pop_and_return
          end
        end