Method: Inspec::Resources::IniConfig#parse

Defined in:
lib/resources/ini.rb

#parse(content) ⇒ Object

override file load and parse hash with simple config



17
18
19
# File 'lib/resources/ini.rb', line 17

def parse(content)
  SimpleConfig.new(content).params
end