Method: Puppet::Pops::Model::Program.from_hash
- Defined in:
- lib/puppet/pops/model/ast.rb
.from_hash(init_hash) ⇒ Object
4482 4483 4484 |
# File 'lib/puppet/pops/model/ast.rb', line 4482 def self.from_hash(init_hash) from_asserted_hash(Types::TypeAsserter.assert_instance_of('Puppet::AST::Program initializer', _pcore_type.init_hash_type, init_hash)) end |