mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Merge pull request #1042 from yui-knk/FixLsCommandComment
delete '(default)' from pry/commands/ls.rb#options, because option'm' is...
This commit is contained in:
commit
53b3c5f75b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class Pry
|
|||
|
||||
|
||||
def options(opt)
|
||||
opt.on :m, :methods, "Show public methods defined on the Object (default)"
|
||||
opt.on :m, :methods, "Show public methods defined on the Object"
|
||||
opt.on :M, "instance-methods", "Show methods defined in a Module or Class"
|
||||
opt.on :p, :ppp, "Show public, protected (in yellow) and private (in green) methods"
|
||||
opt.on :q, :quiet, "Show only methods defined on object.singleton_class and object.class"
|
||||
|
|
Loading…
Reference in a new issue