class Prism::EmbDocComment
EmbDocComment 对象对应于被 =begin 和 =end 包围的注释。
Public Instance Methods
Source
# File lib/prism/parse_result.rb, line 556 def inspect "#<Prism::EmbDocComment @location=#{location.inspect}>" end
返回此注释的字符串表示形式。
Source
# File lib/prism/parse_result.rb, line 551 def trailing? false end
这只能对行内注释为 true。