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