class Prism::Relocation::SourceString
A source that is represented by a string.
Public Instance Methods
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/lib/prism/relocation.rb, line 180 def result Prism.parse(value) end
Reparse the string and return the parse result.