Class: LegacyFacter::Util::Parser::NothingParser
- Inherits:
-
Object
- Object
- LegacyFacter::Util::Parser::NothingParser
- 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
#results ⇒ Object
215 216 217 |
# File 'lib/facter/custom_facts/util/parser.rb', line 215 def results nil end |