class Puppet::Parser::E4ParserAdapter::NullFileWatcher

Empty adapter fulfills #watch_file contract without doing anything. @api private

Public Instance Methods

watch_file(file) click to toggle source
# File lib/puppet/parser/e4_parser_adapter.rb, line 12
def watch_file(file)
  #nop
end