Sha256: c775dbc07dd91c61165b45e7bd308cc9ae6812029308099fa8075f7ece0d081f
Contents?: true
Size: 253 Bytes
Versions: 7
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true module Browser class Device class PlayStation3 < Base def id :ps3 end def name "PlayStation 3" end def match? ua =~ /PLAYSTATION 3/i end end end end
Version data entries
7 entries across 7 versions & 2 rubygems