class Browser::Device::PSVita
Public Instance Methods
id()
click to toggle source
# File lib/browser/device/psvita.rb, line 5 def id :psvita end
match?()
click to toggle source
# File lib/browser/device/psvita.rb, line 13 def match? ua =~ /Playstation Vita/ end
name()
click to toggle source
# File lib/browser/device/psvita.rb, line 9 def name "PlayStation Vita" end