class UserAgent::Browsers::Base

def method_missing(method, *args, &block)

def method_missing(method, *args, &block)
  detect_product(method) || super
end