Pry::ClassCommand
# File lib/pry/commands/cd.rb, line 22 def process state.old_stack ||= [] stack, state.old_stack = context_from_object_path(arg_string, _pry_, state.old_stack) _pry_.binding_stack = stack if stack end