pry--pry/lib/pry
John Mair a832451e9e implementing command dsl 2011-01-11 11:01:48 +11:00
..
commands.rb implementing command dsl 2011-01-11 11:01:48 +11:00
completion.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
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 adding back a bunch of tests, almost finished. Also renamed default_prompt to prompt and prompt to get_prompt, etc 2011-01-08 01:25:24 +13:00
pry_class.rb changed get_prompt to select_prompt 2011-01-10 01:37:22 +13:00
pry_instance.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
version.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