module Browser::IE

def ie8?

Detect if browser is Internet Explorer 8.
def ie8?
  ie? && version == "8"
end