1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

small doc tweak in show-source

This commit is contained in:
Robert Gleeson 2014-03-30 06:40:16 +02:00 committed by Ryan Fitzgerald
parent 7306fdee3a
commit e80eb75f59

View file

@ -18,7 +18,7 @@ class Pry
show-source Pry#rep # source for Pry#rep method
show-source Pry # for Pry class
show-source Pry -a # for all Pry class definitions (all monkey patches)
show-source Pry.foo -e # for class of Pry.foo
show-source Pry.foo -e # for class of the return value of expression `Pry.foo`
show-source Pry --super # for superclass of Pry (Object class)
https://github.com/pry/pry/wiki/Source-browsing#wiki-Show_method