Sha256: cf365c3ab7dbf73092b8e7ff0c84e5c8c4bbc8bedf0cdbe468b2b5e3cc21e010
Contents?: true
Size: 255 Bytes
Versions: 7
Compression:
Stored size: 255 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
7 entries across 7 versions & 2 rubygems