class Prism::ParseResult::Comments

def initialize(parse_result)

parse result.
Create a new Comments object that will attach comments to the given
def initialize(parse_result)
  @parse_result = parse_result
end