pry--pry/lib/pry
John Mair 34f63c65f6 fixed tests (phew), migrated more code over to Pry.config, made major changes to helper.rb for tests 2011-05-29 01:38:00 +12:00
..
default_commands Merge remote branch 'origin/dev' into dev 2011-05-28 04:22:46 +12:00
extended_commands show-command now uses :listing name and can look up dynamically defined commands. Beginning to swap system commands over from special case treatment to new regex command replacement 2011-05-28 04:20:00 +12:00
helpers fixed tests (phew), migrated more code over to Pry.config, made major changes to helper.rb for tests 2011-05-29 01:38:00 +12:00
command_context.rb turned opts[:captures], opts[:eval_string] and opts[:arg_string] into captures, eval_string and arg_string methods respectively, for ease of use 2011-05-28 04:16:09 +12:00
command_processor.rb now passing capture args in a 1.8 friendly way: *(c + a) instead of (*c, *a) 2011-05-28 04:22:07 +12:00
command_set.rb removed weird = 0 line from command_set.rb 2011-05-28 04:31:22 +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 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
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 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
version.rb version bump 0.9.0pre1 2011-05-29 00:04:24 +12:00