class Browser::Device::PlayStation3

def id

def id
  :ps3
end

def match?

def match?
  ua.match?(/PLAYSTATION 3/i)
end

def name

def name
  "PlayStation 3"
end