class Browser::Device

def xbox_360?

Detect if browser is running under Xbox 360.
def xbox_360?
  id == :xbox_360
end