Class: LegacyFacter::Util::Parser::NothingParser

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

Overview

A parser that is used when there is no other parser that can handle the file The return from results indicates to the caller the file was not parsed correctly.

Instance Method Summary collapse

Instance Method Details

#resultsObject



215
216
217
# File 'lib/facter/custom_facts/util/parser.rb', line 215

def results
  nil
end