class Prism::Relocation::Source
Represents the source of a repository that will be reparsed.
def code_units_cache(encoding)
def code_units_cache(encoding) result.code_units_cache(encoding) end
def initialize(value)
def initialize(value) @value = value end
def result
def result raise NotImplementedError, "Subclasses must implement #result" end