Method: Puppet::Pops::Model::Positioned#_pcore_init_hash
- Defined in:
- lib/puppet/pops/model/ast.rb
#_pcore_init_hash ⇒ Object
122 123 124 125 126 127 128 |
# File 'lib/puppet/pops/model/ast.rb', line 122 def _pcore_init_hash result = super result['locator'] = @locator result['offset'] = @offset result['length'] = @length result end |