class Browser::Device::PSP

Public Instance Methods

id() click to toggle source
# File lib/browser/device/psp.rb, line 5
def id
  :psp
end
match?() click to toggle source
# File lib/browser/device/psp.rb, line 13
def match?
  ua =~ /PlayStation Portable/
end
name() click to toggle source
# File lib/browser/device/psp.rb, line 9
def name
  "PlayStation Portable"
end