class Browser::Device::BlackBerryPlaybook

def id

def id
  :playbook
end

def match?

def match?
  ua.match?(/PlayBook.*?RIM Tablet/)
end

def name

def name
  "BlackBerry Playbook"
end