module UserAgent::Browsers::InternetExplorer

def self.extend?(agent)

def self.extend?(agent)
  agent.application &&
    agent.application.comment &&
    agent.application.comment[0] == "compatible" &&
    agent.application.comment[1] =~ /MSIE/
end