class Prism::Relocation::LeadingCommentsField
一个表示前导注释的字段。
公共实例方法
源代码
# File lib/prism/relocation.rb, line 337 def fields(value) { leading_comments: comments(value.leading_comments) } end
获取一个值的前导注释。
一个表示前导注释的字段。
# File lib/prism/relocation.rb, line 337 def fields(value) { leading_comments: comments(value.leading_comments) } end
获取一个值的前导注释。