class Prism::Relocation::TrailingCommentsField
A field representing the trailing comments.
def fields(value)
def fields(value) { trailing_comments: comments(value.trailing_comments) } end
A field representing the trailing comments.
def fields(value) { trailing_comments: comments(value.trailing_comments) } end