class Browser::Bot

def bot_exception?

def bot_exception?
  self.class.bot_exceptions.any? {|key| downcased_ua.include?(key) }
end