Class: Puppet::Pops::Parser::Locatable
- Defined in:
- lib/puppet/pops/parser/locatable.rb
Overview
Interface for something that is “locatable” (holds offset and length).
Direct Known Subclasses
Defined Under Namespace
Classes: Fixed
Instance Method Summary collapse
-
#length ⇒ Object
The length in the locator from the given offset.
-
#offset ⇒ Object
The offset in the locator’s content.