class UserAgent::Browsers::InternetExplorer

def compatibility_view?

def compatibility_view?
  version == "7.0" && application.comment.detect { |c| c['Trident/'] }
end