class Utils::Config::ConfigFile

def probe(&block)

def probe(&block)
  if block
    @probe = Probe.new(&block)
  end
  @probe ||= Probe.new
end