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
David Palm 502a8764fe Refactored Pry::Helpers::BaseHelpers#gem_installed? to use Gem::Specification.find_all_by_name rather than the deprecated Gem.source_index
Refactored gem-list to use Gem::Specification.each rather than the deprecated Gem.source_index
Changed gem-cd to use Gem::Specification.each rather than the deprecated Gem.source_index
2011-05-31 13:33:19 +02:00
..
helpers Refactored Pry::Helpers::BaseHelpers#gem_installed? to use Gem::Specification.find_all_by_name rather than the deprecated Gem.source_index 2011-05-31 13:33:19 +02:00
command_context.rb Allowed command name to be more than one word (hapenning sometimes, when using 2011-04-29 18:17:49 +02:00
command_processor.rb Now using command processor to run system commands 2011-04-29 18:14:48 +02:00
command_set.rb Commands with empty descriptions should not appear in help 2011-04-27 17:24:52 +02:00
commands.rb Refactored Pry::Helpers::BaseHelpers#gem_installed? to use Gem::Specification.find_all_by_name rather than the deprecated Gem.source_index 2011-05-31 13:33:19 +02:00
completion.rb whitespace cleanup in one hit 2011-04-18 22:31:39 +01: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 Moved helpers to their own namespaces, got rid of CommandBase 2011-04-25 22:58:06 +02:00
hooks.rb whitespace cleanup in one hit 2011-04-18 22:31:39 +01:00
print.rb Remove 'awesome_print' require 2011-04-22 02:16:35 -04:00
prompts.rb whitespace cleanup in one hit 2011-04-18 22:31:39 +01:00
pry_class.rb Added CommandContext#run 2011-04-25 23:13:36 +02:00
pry_instance.rb ensure idx isnt nil here 2011-04-24 19:31:19 +01:00
version.rb version 0.8.3, added edit-method and updated documention for edit-method 2011-04-26 04:22:50 +12:00