class Prism::Relocation::Repository

def code_units_cache(encoding)

Create a code units cache for the given encoding from the source.
def code_units_cache(encoding)
  source.code_units_cache(encoding)
end