module Browser::IE
def compatibility_view?
def compatibility_view? match = ua.match(TRIDENT_VERSION_REGEX) ie? && match && version.to_i < (match[1].to_i + 4) end
def compatibility_view? match = ua.match(TRIDENT_VERSION_REGEX) ie? && match && version.to_i < (match[1].to_i + 4) end