A source that is represented by a string.
Instance Methods
#
4.0
View on GitHub
# File tmp/rubies/ruby-4.0.0/lib/prism/relocation.rb, line 180
def result
Prism.parse(value)
end
Reparse the string and return the parse result.