pry--pry/lib/pry
John Mair e42bd874b4 fixed bug in command_processor.rb interpolation code, all tests passing now 2011-06-11 02:15:42 +12:00
..
default_commands added jedit to list of editors supported by edit-method 2011-06-09 17:16:18 +12:00
extended_commands more work on play command, now works with no options 2011-06-10 22:38:40 +12:00
helpers just substituted 'text' for 'doc' in render_output() helper method for clarity 2011-06-03 21:55:06 +12:00
command_context.rb fixed CommandContext#run for ALL commands, including regex. Using CommandProcessor approach 2011-05-30 03:47:48 +12:00
command_processor.rb fixed bug in command_processor.rb interpolation code, all tests passing now 2011-06-11 02:15:42 +12:00
command_set.rb Simplify Pry::CommandSet#each. 2011-05-30 19:10:14 +01:00
commands.rb Adding backwards compat checks to ant-deprecation refactor (works with rubygems 1.8.x and 1.6.x) 2011-05-31 13:49:17 +02:00
completion.rb cleaned up some indentation.. vim is good at this indenting stuff! 2011-05-19 19:24:07 +01:00
config.rb Changing Pry.config.history.load/save into should_load/should_save to work aroung ActiveSupport 3.1.rc2 hijacking "load" 2011-06-09 12:25:06 +02:00
core_extensions.rb Revert "Made Pry able to cd into procs" 2011-05-30 15:21:48 +12:00
custom_completions.rb added file-mode toggle command, brings in filesystem completion and 2011-04-07 05:38:18 +12:00
helpers.rb Pry::Helpers::Color => Pry::Helpers::Text. 2011-05-06 18:30:37 +01:00
history_array.rb Added a first try to implement _in_ and _out_ arrays in Pry 2011-05-15 12:03:16 +02:00
plugins.rb plugin activation/disabling errors can be turned off using Pry.config.plugins.strict_loading = false 2011-06-02 21:45:53 +12:00
pry_class.rb Cleanup horrible hack 2011-06-09 12:29:38 +02:00
pry_instance.rb changed Pry#r to not add empty strings (result of running most commands) but to add strings with newline characters 2011-06-10 22:38:03 +12:00
version.rb added more tests for command interpolation, esp. regarding regex commands. bumped version to pre3 2011-06-09 14:11:04 +12:00