class Prism::Relocation::SourceFilepath
A source that is represented by a file path.
Public Instance Methods
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.7.0/lib/prism/relocation.rb, line 172 def result Prism.parse_file(value) end
Reparse the file and return the parse result.