class Browser::Device::PSVita

Public Instance Methods

id() click to toggle source
# File lib/browser/device/psvita.rb, line 6
def id
  :psvita
end
match?() click to toggle source
# File lib/browser/device/psvita.rb, line 14
def match?
  ua.match?("Playstation Vita")
end
name() click to toggle source
# File lib/browser/device/psvita.rb, line 10
def name
  "PlayStation Vita"
end