pry--pry/lib/pry
John Mair 887251b247 added reload-method experimental command, removed rue- experimental command, in experimental.rb 2011-05-30 03:47:49 +12:00
..
default_commands added hist --show option + tests 2011-05-30 03:47:49 +12:00
extended_commands added reload-method experimental command, removed rue- experimental command, in experimental.rb 2011-05-30 03:47:49 +12:00
helpers documented :listing and other command options in command_set.rb, changed rdoc emphasizer and italic marktup to rendered bold (instead of green and blue) 2011-05-29 02:23:56 +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 implemented system commands as regex command (in shell.rb), removed all traces of old system command code 2011-05-29 03:41:15 +12:00
command_set.rb installing a command now requires the necessary gems; also improved installation instruction formatting 2011-05-30 03:47:49 +12:00
commands.rb added plugin system. Added extended_commands direc and ExtendedCommands with UserCommandAPI and Experimental command sets, experimental commands include: show-eval and play-string 2011-05-16 05:31:07 +12:00
completion.rb cleaned up some indentation.. vim is good at this indenting stuff! 2011-05-19 19:24:07 +01:00
config.rb defining history config option directly in Config class and documenting it 2011-05-30 03:47:48 +12:00
core_extensions.rb Fixed Object#__binding__ constant lookup for modules by defining the method 2011-04-30 09:08:01 +02: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
plugins.rb plugins are now enabled when explicitly activated! (even if previously disabled) 2011-05-23 22:29:09 +12:00
pry_class.rb Implemented readline history saving (~/.pry_history file by default) along with a bunch of options on `Pry.config.history` . Migrating more options over to Pry.config object. 2011-05-29 00:01:15 +12:00
pry_instance.rb Revert "Persist history between Pry sessions." 2011-05-29 03:40:07 +01:00
version.rb version bump 0.9.0pre1 2011-05-29 00:04:24 +12:00