pry--pry/lib/pry
John Mair d111b19f82 fixed `run` command builder, now takes target parameter, also accepts system
commands.

Also:
* changed Rakefile to remove the -k flag from bacon test
* changed pry_instance attr_reader to attr_accessor in CommandProcessor class
* updated tests to reflect new `run` parameters
2011-04-08 16:09:47 +12:00
..
command_base.rb fixed `run` command builder, now takes target parameter, also accepts system 2011-04-08 16:09:47 +12:00
command_processor.rb fixed `run` command builder, now takes target parameter, also accepts system 2011-04-08 16:09:47 +12:00
commands.rb turned chomp! into an rstrip! in process_line(). Fixed 1.8.7 compat 2011-04-08 13:06:39 +12:00
completion.rb another doc update, documented completion.rb and reworded some sections in README 2011-01-21 15:46:56 +13:00
core_extensions.rb Made it so defining methods on a pry'd on object puts the methods on the singleton class of the object rather than on the class. Added rubygems-test support. 2011-01-24 03:50:15 +13:00
custom_completions.rb added file-mode toggle command, brings in filesystem completion and 2011-04-07 05:38:18 +12:00
hooks.rb turned chomp! into an rstrip! in process_line(). Fixed 1.8.7 compat 2011-04-08 13:06:39 +12:00
print.rb version 0.6.7pre3, getting syntax higlighting working and adding new commands to pry commandline, see TODO 2011-03-03 00:18:26 +13:00
prompts.rb added execution of shell commands when ':' is first char of command, 2011-04-07 15:31:03 +12:00
pry_class.rb added more documentation, proper error message for failed .cd command, added -t option to cat-file command 2011-04-07 20:39:47 +12:00
pry_instance.rb turned chomp! into an rstrip! in process_line(). Fixed 1.8.7 compat 2011-04-08 13:06:39 +12:00
version.rb version 0.8.0pre4, suppress output from command that dont have return 2011-04-08 02:13:16 +12:00