1
0
Fork 0
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:
strcmp 2015-12-27 04:24:59 +00:00
parent 7b11a52738
commit f472ce6702

View file

@ -143,7 +143,6 @@ module Pry::Config::Behavior
def eager_load!
local_last_default = last_default
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)
end
end