1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Pry.config.collision_warning = true by default

Let's try this, if it annoys people, we'll just revert it in a patch level
This commit is contained in:
John Mair 2013-01-14 17:24:36 +01:00
parent 75d1380c07
commit 08474961cc

View file

@ -278,7 +278,7 @@ class Pry
config.command_prefix = ""
config.auto_indent = Helpers::BaseHelpers.use_ansi_codes?
config.correct_indent = true
config.collision_warning = false
config.collision_warning = true
config.output_prefix = "=> "
if defined?(Bond) && Readline::VERSION !~ /editline/i