class LegacyFacter::Util::Parser::NothingParser

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.

Public Instance Methods

results() click to toggle source
# File lib/facter/custom_facts/util/parser.rb, line 207
def results
  nil
end