class Pry::Command::ExitAll
def process
def process # calculate user-given value exit_value = target.eval(arg_string) # clear the binding stack pry_instance.binding_stack.clear # break out of the repl loop throw(:breakout, exit_value) end
def process # calculate user-given value exit_value = target.eval(arg_string) # clear the binding stack pry_instance.binding_stack.clear # break out of the repl loop throw(:breakout, exit_value) end