class Puppet::Pops::Parser::Locatable::Fixed

This class is useful for testing

Attributes

length[R]
offset[R]

Public Class Methods

new(offset, length) click to toggle source
# File lib/puppet/pops/parser/locatable.rb, line 17
def initialize(offset, length)
  @offset = offset
  @length = length
end