class Browser::Base

def chrome?

Detect if browser is Chrome.
def chrome?
  Chrome.new(ua).match?
end