class Prism::Relocation::TrailingCommentsField

A field representing the trailing comments.

def fields(value)

Fetches the trailing comments of a value.
def fields(value)
  { trailing_comments: comments(value.trailing_comments) }
end