1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
This commit is contained in:
Conrad Irwin 2014-05-05 00:30:19 -06:00
parent 2ad1b3a1c2
commit bd00c4afbb

View file

@ -83,7 +83,7 @@
through a 'pry-local' config who, at times, acts as a 'pry-local store'. (#1096) 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`) * `rake pry` now accepts switches prefixed with `_` (e.g., `rake pry _v`)
* Pagers now act like `IO`s and accept streaming output * 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 * The `Pry` class has been broken up into two smaller classes
* `Pry` represents non-UI-specific session state, including the eval string * `Pry` represents non-UI-specific session state, including the eval string
* `Pry::REPL` controls the user-facing interface * `Pry::REPL` controls the user-facing interface