module Browser::IE

def ie?

Detect if browser is Internet Explorer.
def ie?
  msie? || modern_ie?
end