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:
parent
b7e70db004
commit
2b8468a3b6
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue