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

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

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