Module: DTK::Client::ParseFile

Included in:
Account, Config, Conn
Defined in:
lib/core.rb

Instance Method Summary collapse

Instance Method Details

#parse_key_value_file(file) ⇒ Object



230
231
232
# File 'lib/core.rb', line 230

def parse_key_value_file(file)
  DTK::Client::Configurator.parse_key_value_file(file)
end