class Prism::ParseResult

def attach_comments!

Attach the list of comments to their respective locations in the tree.
def attach_comments!
  Comments.new(self).attach!
end