class Pry::ObjectPath

‘ObjectPath` implements the resolution of “object paths”, which are strings that are similar to filesystem paths but meant for traversing Ruby objects. Examples of valid object paths include:

x
@foo/@bar
"string"/upcase
Pry/Method

Object paths are mostly relevant in the context of the ‘cd` command. @see github.com/pry/pry/wiki/State-navigation