class Prism::Relocation::Repository

def code_unit_offsets(encoding)

encoding and return self.
Configure the code unit offsets field for this repository for a specific
def code_unit_offsets(encoding)
  field(:code_unit_offsets, CodeUnitOffsetsField.new(self, encoding))
end