module Browser::Bots

def bot?

def bot?
  ua.empty? || BOTS.any? {|key, description| ua.include?(key) }
end