class Prism::Relocation::SourceString
一个用字符串表示的源。
公共实例方法
源
# File lib/prism/relocation.rb, line 179 def result Prism.parse(value) end
重新解析字符串并返回解析结果。
一个用字符串表示的源。
# File lib/prism/relocation.rb, line 179 def result Prism.parse(value) end
重新解析字符串并返回解析结果。