Class: LegacyFacter::Util::Parser::TextParser

Inherits:
Base
  • Object
show all
Defined in:
lib/facter/custom_facts/util/parser.rb

Instance Attribute Summary

Attributes inherited from Base

#filename

Instance Method Summary collapse

Methods inherited from Base

#content, #initialize, #log_stderr, #parse_executable_output, #results

Constructor Details

This class inherits a constructor from LegacyFacter::Util::Parser::Base

Instance Method Details

#parse_resultsObject



134
135
136
# File 'lib/facter/custom_facts/util/parser.rb', line 134

def parse_results
  KeyValuePairOutputFormat.parse content
end