# File lib/puppet/parser/loaded_code.rb, line 2 2: def initialize 3: @hostclasses = {} 4: @definitions = {} 5: @nodes = {} 6: 7: # So we can keep a list and match the first-defined regex 8: @node_list = [] 9: end