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