1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry/helpers
☈king fc522f837a Tweak and Refactor Pry::Terminal
The biggest behavior change is to favor `io/console` (but still not when
on jruby). The previous favorite was `Readline.get_screen_size`, but
that thing is stale just like the env. The only reason it gets updated
is if you put `Pry.auto_resize!` in your `~/.pryrc`

The next change is more error handling in `Pry.auto_resize!`

Otherwise I renamed `TerminalInfo` to `Terminal`, which is something
andrewvos and I discussed way back when `TerminalInfo` first came about.

The rest was a little Extract Method stuff, no biggie.
2013-01-30 21:48:12 -06:00
..
base_helpers.rb Extract out gem related code to Pry::Rubygem 2013-01-09 00:24:53 +02:00
command_helpers.rb Extract out gem related code to Pry::Rubygem 2013-01-09 00:24:53 +02:00
documentation_helpers.rb Highlight code in comments as ruby regardless 2012-07-09 15:20:29 -07:00
options_helpers.rb Fix the superficial slop errors 2012-05-29 20:33:52 -07:00
table.rb Tweak and Refactor Pry::Terminal 2013-01-30 21:48:12 -06:00
text.rb Add missing brackets to function definitions 2012-11-29 09:51:10 -08:00