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