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