Method: Puppet::Pops::Model::Positioned.from_asserted_hash
- Defined in:
- lib/puppet/pops/model/ast.rb
.from_asserted_hash(init_hash) ⇒ Object
83 84 85 86 87 88 |
# File 'lib/puppet/pops/model/ast.rb', line 83 def self.from_asserted_hash(init_hash) new( init_hash['locator'], init_hash['offset'], init_hash['length']) end |