class RuboCop::ProcessedSource

def find_token

def find_token
  tokens.find { |token| yield token }
end