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:
parent
7306fdee3a
commit
e80eb75f59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue