Method: Puppet::InfoService::ClassInformationService#initialize
- Defined in:
- lib/puppet/info_service/class_information_service.rb
#initialize ⇒ ClassInformationService
Returns a new instance of ClassInformationService.
8 9 10 11 |
# File 'lib/puppet/info_service/class_information_service.rb', line 8 def initialize @file_to_result = {} @parser = Puppet::Pops::Parser::EvaluatingParser.new() end |