Interface for something that is “locateable” (holds offset and length).
The length in the locator from the given offset
# File lib/puppet/pops/parser/locatable.rb, line 9 def length end
The offset in the locator’s content
# File lib/puppet/pops/parser/locatable.rb, line 5 def offset end