class RuboCop::AST::ProcessedSource

def find_comment

def find_comment
  comments.find { |comment| yield comment }
end