module Browser::IE

def ie11?

Detect if browser is Internet Explorer 11.
def ie11?
  ie? && version == "11"
end