6 7 8
# File 'lib/browser/bot/known_bots_matcher.rb', line 6 def self.call(ua, _browser) Browser::Bot.bots.any? {|key, _| ua.include?(key) } end