class Browser::Device::BlackBerryPlaybook

Public Instance Methods

id() click to toggle source
# File lib/browser/device/blackberry_playbook.rb, line 6
def id
  :playbook
end
match?() click to toggle source
# File lib/browser/device/blackberry_playbook.rb, line 14
def match?
  ua.match?(/PlayBook.*?RIM Tablet/)
end
name() click to toggle source
# File lib/browser/device/blackberry_playbook.rb, line 10
def name
  "BlackBerry Playbook"
end