pry--pry/lib/pry
John Mair 522b20f309 Revert "switched valid_expression? code to using catch() technique; removed ruby_parser dependency as a result and updated Rakefile and pry.gemspec"
This reverts commit 36c1300416.
2011-08-22 16:33:39 +12:00
..
default_commands updated all commands for new binding_stack approach, also added new switch-to command which lets you use bindings further up the stack. Changed behaviour of exit command to now call Kernel#exit 2011-08-22 14:48:50 +12:00
extended_commands removed Pry.active_instance from commands and replaced with _pry_ method 2011-08-16 16:21:52 +12:00
helpers got rid of warnings caused by stricter ruby 1.9.3 rules 2011-08-16 17:00:18 +12:00
command_context.rb removed Pry.active_instance from commands and replaced with _pry_ method 2011-08-16 16:21:52 +12:00
command_processor.rb migrated to a binding_stack approach from nested instances 2011-08-21 18:22:45 +12:00
command_set.rb help command should sort output. 2011-07-27 11:43:28 -07:00
commands.rb save before computer crash 2011-06-11 22:44:30 +12:00
completion.rb Don't crash if I have a badly behaved module. 2011-08-16 21:53:20 -07:00
config.rb removed unused results_pager config option 2011-07-27 05:16:07 +12: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 converted plugin load failtures from exceptions to warnings, bump to version 0.9.3pre1 2011-07-25 19:43:34 +12:00
pry_class.rb migrated to a binding_stack approach from nested instances 2011-08-21 18:22:45 +12:00
pry_instance.rb Revert "switched valid_expression? code to using catch() technique; removed ruby_parser dependency as a result and updated Rakefile and pry.gemspec" 2011-08-22 16:33:39 +12:00
version.rb version bump 0.9.4pre1 2011-08-19 21:50:25 +12:00