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