module Mixlib::Config

def each(&block)

def each(&block)
  save(true).each(&block)
end