class UserAgent::Browsers::Edge

def self.extend?(agent)

def self.extend?(agent)
  agent.last && agent.last.product == "Edge"
end