Method: Utils::ConfigFile#probe
- Defined in:
- lib/utils/config_file.rb
#probe(&block) ⇒ Object
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 |