mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
cleanup from the last commit
This commit is contained in:
parent
7b11a52738
commit
f472ce6702
1 changed files with 0 additions and 1 deletions
|
@ -143,7 +143,6 @@ module Pry::Config::Behavior
|
||||||
def eager_load!
|
def eager_load!
|
||||||
local_last_default = last_default
|
local_last_default = last_default
|
||||||
local_last_default.default_keys.each do |key|
|
local_last_default.default_keys.each do |key|
|
||||||
value = local_last_default.value_for_default_key(key)
|
|
||||||
self[key] = local_last_default.public_send(key)
|
self[key] = local_last_default.public_send(key)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue