class Browser::Bot

def bot_with_empty_ua?

def bot_with_empty_ua?
  self.class.detect_empty_ua? && ua.strip == ""
end