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

s/surroungind/surrounding line 19

This commit is contained in:
Brandon Weaver 2014-06-10 00:36:23 -05:00
parent 69d4c00a48
commit 86017aa1e0

View file

@ -16,7 +16,7 @@
* See `Pry.config.prompt_safe_objects`
* `whereami` is now aliased to `@`
* Added arguments to `whereami`:
* `-m` shows the surroungind method
* `-m` shows the surrounding method
* `-c` shows the surrounding class
* `-f` shows the entire file
* Lazy load configuration values (Pry.config). (#1096)