pry / pry-stack_explorer

Walk the stack in a Pry session
Other
454 stars 28 forks source link

up, down, frame need to support full Class#method syntax #3

Closed banister closed 4 years ago

banister commented 12 years ago

e.g up Hello #=> first frame that has Hello method OR (more likely) first frame that's instance of Hello class e.g up Hello#method #=> first frame that is an invocation of Hello#method