Skip to content

Commit

Permalink
Updated PryCommands (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
braidn committed May 13, 2016
1 parent 5aca89b commit 4c770aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PryCommands.md
@@ -1,3 +1,7 @@
# Handy Pry Commands

* `method(:some_method_name)` wraps information for a specific method.
* `.source_location` will display where in the code this method will be called from
* `exit-program` terminates the current pry buffer (good for jumping out of big loops)
* `!` to clear the buffer
* `cd` into models
Expand Down

0 comments on commit 4c770aa

Please sign in to comment.