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