class Prism::Relocation::LeadingCommentsField
表示前导注释的字段。
Public Instance Methods
Source
# File lib/prism/relocation.rb, line 338 def fields(value) { leading_comments: comments(value.leading_comments) } end
获取值的leading comments。
表示前导注释的字段。
# File lib/prism/relocation.rb, line 338 def fields(value) { leading_comments: comments(value.leading_comments) } end
获取值的leading comments。