From e4a440903ac836cc7c46d2252e98c0230c146d0c Mon Sep 17 00:00:00 2001 From: Kyrylo Silin <kyrylosilin@gmail.com> Date: Fri, 15 Mar 2013 12:05:50 +0200 Subject: [PATCH] Command::Ls: mention `find-method` command Fix issue #706 (ls should mention find-method) --- lib/pry/commands/ls.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pry/commands/ls.rb b/lib/pry/commands/ls.rb index 01cb488c..e494fa05 100644 --- a/lib/pry/commands/ls.rb +++ b/lib/pry/commands/ls.rb @@ -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