1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry
2011-09-02 18:09:17 +02:00
..
default_commands added more rbx helpers (command_helpers.rb) and added limited support for cat --ex on rbx 2011-09-01 15:47:29 +12:00
extended_commands removed Pry.active_instance from commands and replaced with _pry_ method 2011-08-16 16:21:52 +12:00
helpers added more rbx helpers (command_helpers.rb) and added limited support for cat --ex on rbx 2011-09-01 15:47:29 +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 refactored plugin code: 1. should not warn when activate called twice on a gem that has already been activated (but ceases to be accessible due to bundler, robgleeson's bug). 2. calling activate on a non-existent plugin should warn not raise 2011-09-02 04:16:43 +12:00
command_set.rb added conditional to treat jruby differently from other implementations (fix warnings and bugs). provide jruby? helper to BaseHelpers 2011-08-23 13:41:27 +12:00
commands.rb save before computer crash 2011-06-11 22:44:30 +12:00
completion.rb Don't rescue overzealously. Fixes #220 2011-08-26 22:38:05 -07:00
config.rb Pry.editor -> Pry.config.editor 2011-08-30 03:00:13 +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 refactored plugin code: 1. should not warn when activate called twice on a gem that has already been activated (but ceases to be accessible due to bundler, robgleeson's bug). 2. calling activate on a non-existent plugin should warn not raise 2011-09-02 04:16:43 +12:00
pry_class.rb removed all occurences of Pry.active_instance and Pry.last_exception. Now using inject_local() method. Also initializing all locals in repl_prologue 2011-08-31 05:35:41 +12:00
pry_instance.rb Allowed to read input_array and output_array from the outside 2011-09-02 18:09:17 +02:00
version.rb version bump 0.9.4pre1 2011-08-19 21:50:25 +12:00