Method: Puppet::Pops::Model::Positioned#initialize
- Defined in:
- lib/puppet/pops/model/ast.rb
#initialize(locator, offset, length) ⇒ Positioned
Returns a new instance of Positioned.
115 116 117 118 119 120 |
# File 'lib/puppet/pops/model/ast.rb', line 115 def initialize(locator, offset, length) super() @locator = locator @offset = offset @length = length end |