class Prism::Relocation::Source

def code_units_cache(encoding)

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