Sha256: 4c019075e9f8f0e514fadc41fb04f1f5ab891f1f3e1358b877b91721331c401d
Contents?: true
Size: 256 Bytes
Versions: 18
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true module Browser class Device class PSVita < Base def id :psvita end def name "PlayStation Vita" end def match? ua =~ /Playstation Vita/ end end end end
Version data entries
18 entries across 18 versions & 1 rubygems