class Browser::Device::PlayStation3

def id

def id
  :ps3
end

def match?

def match?
  ua =~ /PLAYSTATION 3/i
end

def name

def name
  "PlayStation 3"
end