mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fix typo
This commit is contained in:
parent
2ad1b3a1c2
commit
bd00c4afbb
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
through a 'pry-local' config who, at times, acts as a 'pry-local store'. (#1096)
|
||||
* `rake pry` now accepts switches prefixed with `_` (e.g., `rake pry _v`)
|
||||
* Pagers now act like `IO`s and accept streaming output
|
||||
* See `_pry_.pager.page` and `_pry_.pager.opent`
|
||||
* See `_pry_.pager.page` and `_pry_.pager.open`
|
||||
* The `Pry` class has been broken up into two smaller classes
|
||||
* `Pry` represents non-UI-specific session state, including the eval string
|
||||
* `Pry::REPL` controls the user-facing interface
|
||||
|
|
Loading…
Reference in a new issue