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

7 commits

Author SHA1 Message Date
Ryan Fitzgerald
3ae259b2b7 clean up history tests a bit 2011-12-01 21:26:22 -08:00
Ryan Fitzgerald
aee2eae8e5 use a better prefix for tempfiles (fixes #331) 2011-11-06 01:09:11 -07:00
John Mair
af11439d55 fixed tempfile-related bug and failing test and got rid of Pry.view() around nest_level in DEFAULT_PROMPT 2011-09-08 14:18:37 +12:00
Ryan Fitzgerald
a1a7cdc03d Pry.input_history -> Pry.history, Pry::InputHistory -> Pry::History 2011-09-05 01:56:28 -07:00
Ryan Fitzgerald
226f1ae816 replace direct Readline interface with InputHistory 2011-09-05 01:56:28 -07:00
John Mair
be73d113fa adapted some tests in test_pry_history.rb to workaround libedit bug for ruby 1.8.7 2011-08-13 12:46:19 +12:00
Conrad Irwin
d326f2e57a Append to the .pry_history file instead of overwriting it.
This is more consistent with what other shells do, and allows you to
keep history from multiple consecutively-open Pry windows.
2011-08-13 12:46:19 +12:00