module UserAgent::Browsers::All

def respond_to?(symbol)

def respond_to?(symbol)
  detect_product(symbol) ? true : super
end