class Browser::Device::PlayStation4

def id

def id
  :ps4
end

def match?

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

def name

def name
  "PlayStation 4"
end