mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
update 'edit' command to use _pry_.config.disable_auto_reload
This commit is contained in:
parent
7f0e6f999f
commit
14771b2bb4
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ class Pry
|
|||
end
|
||||
|
||||
def never_reload?
|
||||
opts.present?(:'no-reload') || Pry.config.disable_auto_reload
|
||||
opts.present?(:'no-reload') || _pry_.config.disable_auto_reload
|
||||
end
|
||||
|
||||
def reload?(file_name="")
|
||||
|
|
Loading…
Reference in a new issue