class Puppet::Pops::Parser::Locatable

Interface for something that is “locateable” (holds offset and length).

Public Instance Methods

length() click to toggle source

The length in the locator from the given offset

# File lib/puppet/pops/parser/locatable.rb, line 9
def length
end
offset() click to toggle source

The offset in the locator’s content

# File lib/puppet/pops/parser/locatable.rb, line 5
def offset
end