class Prism::Relocation::LeadingCommentsField
A field representing the leading comments.
Public Instance Methods
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.7.0/lib/prism/relocation.rb, line 338 def fields(value) { leading_comments: comments(value.leading_comments) } end
Fetches the leading comments of a value.