Class: Puppet::Parser::E4ParserAdapter::NullFileWatcher Private
- Defined in:
- lib/puppet/parser/e4_parser_adapter.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Empty adapter fulfills watch_file contract without doing anything.
Instance Method Summary collapse
- #watch_file(file) ⇒ Object private
Instance Method Details
#watch_file(file) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
12 13 14 |
# File 'lib/puppet/parser/e4_parser_adapter.rb', line 12 def watch_file(file) #nop end |