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