A field representing the leading comments.
Instance Methods
lib/prism/relocation.rb
View on GitHub
# File tmp/rubies/ruby-master/lib/prism/relocation.rb, line 337
def fields(value)
{ leading_comments: comments(value.leading_comments) }
end
Fetches the leading comments of a value.