mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fixed docs
This commit is contained in:
parent
ec8f9ec71f
commit
55cf95a1f0
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ If you want to access a method of the same name, prefix the invocation by whites
|
|||
* `show_method <methname>` Displays the sourcecode for the method
|
||||
<methname>. E.g `show_method hello`
|
||||
* `show_imethod <methname>` Displays the sourcecode for the
|
||||
instance method <methname>. E.g `show_instance_method goodbye`
|
||||
instance method <methname>. E.g `show_imethod goodbye`
|
||||
* `show_doc <methname>` Displays comments for `<methname>`
|
||||
* `show_idoc <methname>` Displays comments for instance
|
||||
method `<methname>`
|
||||
|
|
Loading…
Reference in a new issue