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