Sha256: 41e2e60758800f0e4a4e5daeff721d5d2a19bedc6b99bba1b0a38a6a1d1b76b9

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

module Aua::Agents::OtherBrowsers
  KNOWN_CLIENTS = %w(Raven)
  
  def self.extend?(agent)
    KNOWN_CLIENTS.include?(agent.app)
  end
  
  def type
    :Browser
  end
  
  def name
    products[0].to_sym
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aua-0.2.2 lib/aua/agents/other_browsers.rb