class Prism::Relocation::SourceString
由字符串表示的源。
Public Instance Methods
Source
# File lib/prism/relocation.rb, line 180 def result Prism.parse(value) end
重新解析字符串并返回解析结果。
由字符串表示的源。
# File lib/prism/relocation.rb, line 180 def result Prism.parse(value) end
重新解析字符串并返回解析结果。