Class: Facter::Util::Parser::NothingParser
- Inherits:
-
Object
- Object
- Facter::Util::Parser::NothingParser
- Defined in:
- lib/facter/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
164 165 166 |
# File 'lib/facter/util/parser.rb', line 164 def results nil end |