module Browser::IE

def ie9?

Detect if browser is Internet Explorer 9.
def ie9?
  ie? && version == "9"
end