module Browser::IE

def ie_version

def ie_version
  TRIDENT_MAPPING[trident_version] || msie_version
end