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.
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.