pry--pry/lib/pry
John Mair 7fa4750650 made ls_methods and ls_imethods commands now show all public/private/protected methods - not just public 2011-01-19 19:22:24 +13:00
..
command_base.rb Regex working 2011-01-18 16:40:28 +13:00
commands.rb made ls_methods and ls_imethods commands now show all public/private/protected methods - not just public 2011-01-19 19:22:24 +13: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 finished updating and improving command API; now command API is as follows: command 'blah' do |x| puts x; end where x is a parameter passed to the command from the pry prompt 2011-01-18 03:38:09 +13:00
pry_instance.rb Regex working 2011-01-18 16:40:28 +13: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