Method: Puppet::Parser::AST::Hostclass#initialize

Defined in:
lib/puppet/parser/ast/hostclass.rb

#initialize(name, context = {}) ⇒ Hostclass

Returns a new instance of Hostclass.



8
9
10
11
# File 'lib/puppet/parser/ast/hostclass.rb', line 8

def initialize(name, context = {})
  @context = context
  @name = name
end