1
0
Fork 0
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:
Kyrylo Silin 2013-03-15 12:05:50 +02:00
parent 175c0e950b
commit e4a440903a

View file

@ -21,6 +21,8 @@ class Pry
methods defined on all Objects are omitted. The -v flag can be used to ignore 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 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. 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 BANNER