class Prism::Relocation::SourceFilepath

A source that is represented by a file path.

def result

Reparse the file and return the parse result.
def result
  Prism.parse_file(value)
end