pry--pry/lib/pry
David Palm 438fe17fcb Merge remote-tracking branch 'upstream/dev'
* upstream/dev: (185 commits)
  removed unnecessary pry_command? method from command_processor.rb. And removed #clear singleton method on val and eval_string, converted to #replace
  removed deprecated has_rdoc= call
  tiny refactor to repl_prologue in pry_instance.rb
  Simplify Pry::CommandSet#each.
  experimental command 'play'
  added CommandSet#list_commands, convenience method for repl exploration of command sets
  CommandSet is Enumerable.
  added tests for help and show-command commands, and by proxy testing :listing functionality and regex commands
  fixed spelling mistakes in comments
  removed all instances of old opts[:arg_string]
  changed formatting for uninstalled command message (added bold)
  changed 'rake pry' to invoke executable instead of starting pry session in Rakefile
  Revert "Made Pry able to cd into procs"
  added tests for updated CommandContext#run method
  Made Pry able to cd into procs
  Pry.config.history.file now has File.expand_path() applied before being saved
  reordered plugin/history loading so that plugins are loaded before history
  removed some unnecessary helper methods
  added reload-method experimental command, removed rue- experimental command, in experimental.rb
  added hist --show option + tests
  ...

Conflicts:
	Rakefile
	lib/pry/commands.rb
2011-06-01 08:29:32 +02:00
..
default_commands removed unnecessary pry_command? method from command_processor.rb. And removed #clear singleton method on val and eval_string, converted to #replace 2011-05-31 20:50:34 +12:00
extended_commands experimental command 'play' 2011-05-31 00:07:15 +12:00
helpers Merge remote-tracking branch 'upstream/dev' 2011-06-01 08:29:32 +02: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 removed unnecessary pry_command? method from command_processor.rb. And removed #clear singleton method on val and eval_string, converted to #replace 2011-05-31 20:50:34 +12:00
command_set.rb Simplify Pry::CommandSet#each. 2011-05-30 19:10:14 +01:00
commands.rb Adding backwards compat checks to ant-deprecation refactor (works with rubygems 1.8.x and 1.6.x) 2011-05-31 13:49:17 +02: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 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
plugins.rb plugins are now enabled when explicitly activated! (even if previously disabled) 2011-05-23 22:29:09 +12:00
pry_class.rb reordered plugin/history loading so that plugins are loaded before history 2011-05-30 03:47:50 +12:00
pry_instance.rb tiny refactor to repl_prologue in pry_instance.rb 2011-05-31 20:50:34 +12:00
version.rb version bump 0.9.0pre1 2011-05-29 00:04:24 +12:00