class Browser::Device::BlackBerryPlaybook

Public Instance Methods

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