Module: Norikra::UDF::WootheeUDF

Defined in:
lib/norikra/udf/woothee.rb

Overview

udf bundle module style

Defined Under Namespace

Classes: IsAppliance, IsCrawler, IsIn, IsMisc, IsMobilePhone, IsPC, IsSmartPhone, IsUnknown

Class Method Summary collapse

Class Method Details

.initObject



28
29
30
31
# File 'lib/norikra/udf/woothee.rb', line 28

def self.init
  require 'woothee.jar'
  require 'norikra-udf-woothee.jar'
end

.pluginsObject



33
34
35
# File 'lib/norikra/udf/woothee.rb', line 33

def self.plugins
  [IsPC, IsSmartPhone, IsMobilePhone, IsAppliance, IsMisc, IsCrawler, IsUnknown, IsIn]
end