Returns:
15 16 17
# File 'lib/browser/methods/bots.rb', line 15 def bot? bot_with_empty_ua? || BOTS.any? {|key, _| ua.include?(key) } end