module Browser::Bots

def bot_with_empty_ua?

def bot_with_empty_ua?
  Browser::Bots.detect_empty_ua? && ua.strip == ""
end