mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Command::Ls: mention find-method
command
Fix issue #706 (ls should mention find-method)
This commit is contained in:
parent
175c0e950b
commit
e4a440903a
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ class Pry
|
|||
methods defined on all Objects are omitted. The -v flag can be used to ignore
|
||||
this setting and show all methods, while the -q can be used to set the ceiling
|
||||
much lower and show only methods defined on the object or its direct class.
|
||||
|
||||
Also check out `find-method` command (run `help find-method`).
|
||||
BANNER
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue