Sha256: 86465de79269fe244df29fbc7b09eb97a57b30b0f35d71a87030d77321c015fd
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true module Browser class PhantomJS < Base def id :phantom_js end def name "PhantomJS" end def full_version ua[%r[PhantomJS/([\d.]+)], 1] end def match? ua =~ /PhantomJS/ end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
browser-2.0.1 | lib/browser/phantom_js.rb |