pry--pry/lib/pry
John Mair 6e92cff1f7 Display a warning when command name collides with a local/method.
Warnings can be turned on/off by setting Pry.config.collision_warning = true/false. Defaults to true
2011-11-17 16:00:46 +13:00
..
default_commands made get-naked easteregg invisible 2011-11-17 14:53:48 +13:00
extended_commands use exceptions to handle command errors 2011-10-01 16:57:39 -07:00
helpers use a better prefix for tempfiles (fixes #331) 2011-11-06 01:09:11 -07:00
command_context.rb add command_name to context 2011-09-24 23:52:07 -07:00
command_processor.rb Display a warning when command name collides with a local/method. 2011-11-17 16:00:46 +13:00
command_set.rb improved some command code and added more tests 2011-11-16 03:09:16 +13: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 Display a warning when command name collides with a local/method. 2011-11-17 16:00:46 +13:00
core_extensions.rb Revert "Made Pry able to cd into procs" 2011-05-30 15:21:48 +12:00
custom_completions.rb
helpers.rb Share argument parsing code for methody commands 2011-10-15 01:35:24 -07:00
history.rb fix command history to work with indentation 2011-10-09 01:42:21 -07:00
history_array.rb implement cat --in (fixes #330) 2011-11-06 01:00:37 -07:00
hooks.rb Hooks now have names, also improved some terminology. 2011-11-16 02:49:11 +13:00
indent.rb leave buffer alone when there's a CommandError 2011-11-04 23:14:37 -07:00
method.rb added basic skeleton for hooks system (yet to add many hook callsites) 2011-11-13 02:37:57 +13:00
plugins.rb extracted initial_session_setup method from Pry.start; invoking :when_started hook in Pry.start 2011-11-13 04:31:43 +13:00
pry_class.rb Display a warning when command name collides with a local/method. 2011-11-17 16:00:46 +13:00
pry_instance.rb added basic skeleton for hooks system (yet to add many hook callsites) 2011-11-13 02:37:57 +13:00
rbx_method.rb update commands and tests to use Pry::Method 2011-09-22 01:20:32 -07:00
rbx_path.rb update commands and tests to use Pry::Method 2011-09-22 01:20:32 -07:00
version.rb extracted initial_session_setup method from Pry.start; invoking :when_started hook in Pry.start 2011-11-13 04:31:43 +13:00