Sha256: 4892b05b291785660dc54e7ebd157b3618ff8614de5c9f80e251daf02652cd26
Contents?: true
Size: 260 Bytes
Versions: 6
Compression:
Stored size: 260 Bytes
Contents
# frozen_string_literal: true module Browser class Device class Switch < Base def id :switch end def name "Nintendo Switch" end def match? ua.match?(/Nintendo Switch/i) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems