Module: Puppet::Pops::Model::Positioned::ClassModule Private
- Defined in:
- lib/puppet/pops/model/model.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
Instance Method Details
#set_loc(offset, length) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
29 30 31 32 |
# File 'lib/puppet/pops/model/model.rb', line 29 def set_loc(offset, length) @offset = offset @length = length end |