Puppet::Pops::Parser::Locatable
This class is useful for testing
# File lib/puppet/pops/parser/locatable.rb, line 17 def initialize(offset, length) @offset = offset @length = length end