class Prism::Relocation::SourceFilepath

A source that is represented by a file path.

Public Instance Methods

result() click to toggle source

Reparse the file and return the parse result.

# File prism/relocation.rb, line 171
def result
  Prism.parse_file(value)
end