class Browser::Device::PSP
Public Instance Methods
id()
click to toggle source
# File lib/browser/device/psp.rb, line 6 def id :psp end
match?()
click to toggle source
# File lib/browser/device/psp.rb, line 14 def match? ua.include?("PlayStation Portable") end
name()
click to toggle source
# File lib/browser/device/psp.rb, line 10 def name "PlayStation Portable" end