Sha256: 5ddc7f2b66cca8b5b85751acca07e9ec882e05d6be713f3d0dd5696fa1bb0c9f
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module Browser class Epiphany < Base def id :epiphany end def name "Epiphany" end def full_version ua[%r{Epiphany/([\d.]+)}, 1] || "0.0" end def match? ua.include?("Epiphany") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
browser-6.2.0 | lib/browser/epiphany.rb |