Method: Utils::Config::ConfigFile#parse
- Defined in:
- lib/utils/config/config_file.rb
#parse(source) ⇒ Object
39 40 41 42 |
# File 'lib/utils/config/config_file.rb', line 39 def parse(source) interpret_with_binding source, binding self end |