class Prism::Relocation::SourceString

A source that is represented by a string.

Public Instance Methods

Reparse the string and return the parse result.

# File lib/prism/relocation.rb, line 179
def result
  Prism.parse(value)
end