class Browser::Bot::KeywordMatcher

Public Class Methods

call(ua, _browser) click to toggle source
# File lib/browser/bot/keyword_matcher.rb, line 6
def self.call(ua, _browser)
  ua.match?(/crawl|fetch|search|monitoring|spider|bot/)
end