100 101 102 103 104 105
# File 'lib/utils/config_file.rb', line 100 def probe(&block) if block @probe = Probe.new(&block) end @probe ||= Probe.new end