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 18 def initialize(offset, length) 19 @offset = offset 20 @length = length 21 end