class RuboCop::AST::ProcessedSource

def each_comment

def each_comment
  comments.each { |comment| yield comment }
end