pry--pry/lib/pry
John Mair 500456032c oops, fixed bug in prompts.rb where was using nest instead of nest_level 2011-01-16 13:21:30 +11:00
..
command_base.rb FInished documenting all customizable options in README.markdown; just cleanup and clarification and example programs left before 0.4.0 release 2011-01-14 22:12:43 +11:00
commands.rb starting to write the behemoth that is README.markdown 2011-01-13 15:54:22 +11:00
completion.rb saving before refactor to implement action block instead of action proc for commands. All tests passing in 1.8 and 1.9. 2011-01-12 18:08:56 +11:00
core_extensions.rb now clearing :val rather than :eval_string in commands so that current expression context is not destroyed when running pry command. Also added !pry command to enter a pry session 2010-12-31 04:01:11 +13:00
hooks.rb * completely merged Output and Commands classes, reduced Output to just a simple puts() method, a la Input and read() 2010-12-27 23:56:55 +13:00
input.rb added completion (taken from irb). Remember to remove hardcoding expecation of command_info from Pry#re() method, need to turn command addition into DSL 2011-01-11 00:54:17 +11:00
output.rb moved input select logic to Pry#readline; updated tests to reflect that Pry.input and Pry.output now accept duck-typed IOs 2011-01-10 18:49:11 +11:00
print.rb minor changes: added Pry instance (__pry__) to status, changed _pry_ to __pry__, minor aesthetic changes..decreased ljust() for help, changed cd .. match in command_info to regex 2010-12-28 00:45:47 +13:00
prompts.rb oops, fixed bug in prompts.rb where was using nest instead of nest_level 2011-01-16 13:21:30 +11:00
pry_class.rb added Pry.sessions and Pry#parent, for more info on pry sessions. Also completed more documentation 2011-01-14 01:35:46 +11:00
pry_instance.rb added Pry.sessions and Pry#parent, for more info on pry sessions. Also completed more documentation 2011-01-14 01:35:46 +11:00
version.rb saving before refactor to implement action block instead of action proc for commands. All tests passing in 1.8 and 1.9. 2011-01-12 18:08:56 +11:00