lib/aua/agents/other_browsers.rb in aua-0.2.2 vs lib/aua/agents/other_browsers.rb in aua-0.2.3
- old
+ new
@@ -1,15 +1,15 @@
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
\ No newline at end of file