class Prism::Relocation::LeadingCommentsField
A field representing the leading comments.
def fields(value)
def fields(value) { leading_comments: comments(value.leading_comments) } end
A field representing the leading comments.
def fields(value) { leading_comments: comments(value.leading_comments) } end