class Prism::Relocation::SourceString

A source that is represented by a string.

def result

Reparse the string and return the parse result.
def result
  Prism.parse(value)
end