reload-code improve docs for mean old yozzy

This commit is contained in:
John Mair 2013-01-29 16:36:37 +01:00
parent b7e70db004
commit 2b8468a3b6
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ class Pry
banner <<-'BANNER'
Reload the source file that contains the specified code object.
e.g reload-code MyClass#my_method #=> reload a method
reload-code MyClass #=> reload a class
reload-code my-command #=> reload a pry command
reload-code self #=> reload the 'current' object
reload-code #=> identical to reload-code self
BANNER
def process