# File lib/mobileesp_converted/user_agent_info.rb, line 1185
    def detect_brew_device()
      if (user_agent.include?(DEVICE_BREW))
        return true
      end
      return false
    end