class UserAgent::Browsers::InternetExplorer

def self.extend?(agent)

def self.extend?(agent)
  agent.application &&
  agent.application.comment &&
  (agent.application.comment[1] =~ /MSIE/ ||
   agent.application.comment.join('; ') =~ /Trident.+rv:/)
end