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