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