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.
120 121 122 123 124 125 |
# File 'lib/puppet/pops/model/ast.rb', line 120 def initialize(locator, offset, length) super() @locator = locator @offset = offset @length = length end |