Skip to content

Commit

Permalink
reload-code improve docs for mean old yozzy
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Jan 29, 2013
1 parent 6b97507 commit f9bec62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/pry/commands/reload_code.rb
Expand Up @@ -6,6 +6,12 @@ class Command::ReloadCode < Pry::ClassCommand

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
Expand Down

0 comments on commit f9bec62

Please sign in to comment.