Method: Inspec::Resources::PConfig#read_content

Defined in:
lib/resources/parse_config.rb

#read_contentObject



62
63
64
65
66
# File 'lib/resources/parse_config.rb', line 62

def read_content
  # parse the file
  @params = SimpleConfig.new(@content, @opts).params
  @content
end