class RuboCop::ProcessedSource

def ast_with_comments

def ast_with_comments
  return if !ast || !comments
  @ast_with_comments ||= Parser::Source::Comment.associate(ast, comments)
end