# File lib/chef-config/mixin/dot_d.rb, line 36 def load_dot_d(path) find_dot_d(path).each do |conf| apply_config(IO.read(conf), conf) end end