1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

fixed docs

This commit is contained in:
John Mair 2010-12-19 02:00:58 +13:00
parent ec8f9ec71f
commit 55cf95a1f0

View file

@ -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>`