Method: Inspec::Resources::IniConfig#parse

Defined in:
lib/inspec/resources/ini.rb

#parse(content) ⇒ Object

override file load and parse hash with simple config



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

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