pry--pry/lib/pry
John Mair 79c4e9890d show the state of the eval_string after running 'play' command (provided it's not about to be eval'd) 2011-09-18 00:43:56 +12:00
..
default_commands show the state of the eval_string after running 'play' command (provided it's not about to be eval'd) 2011-09-18 00:43:56 +12:00
extended_commands removed Pry.active_instance from commands and replaced with _pry_ method 2011-08-16 16:21:52 +12:00
helpers system is now determined by a proc, Pry.config.system 2011-09-17 18:35:17 +12:00
command_context.rb moved the definition of void to command_context from command_processor 2011-09-06 23:53:46 +12:00
command_processor.rb moved the definition of void to command_context from command_processor 2011-09-06 23:53:46 +12:00
command_set.rb made it so commands (with :keep_retval => true) can now return nil as a legitimate return value. Created a new 'void' value to use instead when indicating no return value. also updated tests. 2011-09-04 13:30:20 +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 now passing output object and pry instance into Pry.config.system proc 2011-09-18 00:42:29 +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.rb add documentation for History 2011-09-05 13:58:33 -07:00
history_array.rb edit should default to the previous expression. 2011-09-10 12:17:25 -07: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 system config accessor from Pry scope 2011-09-18 00:41:30 +12:00
pry_instance.rb refactored Pry#readline() method 2011-09-16 18:14:47 +12:00
version.rb show the state of the eval_string after running 'play' command (provided it's not about to be eval'd) 2011-09-18 00:43:56 +12:00