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:
parent
75d1380c07
commit
08474961cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue