module Browser::IE

def trident_version

Return the trident version.
def trident_version
  ua.match(TRIDENT_VERSION_REGEX) && $1
end