Method: CM::Configuration::File#parse
- Defined in:
- lib/CM/configuration/file.rb
#parse(wipe = true) ⇒ Object
Operations
23 24 25 26 27 |
# File 'lib/CM/configuration/file.rb', line 23 def parse(wipe = true) super do import_file(path) end end |