class UserAgent::Browsers::Gecko

def self.extend?(agent)

def self.extend?(agent)
  agent.application && agent.application.product == "Mozilla"
end