Module: Ofac

Defined in:
lib/ofac.rb,
lib/ofac/engine.rb,
lib/ofac/version.rb

Defined Under Namespace

Classes: Engine

Constant Summary collapse

VERSION =
'3.0.1'

Class Method Summary collapse

Class Method Details

.new(identity) ⇒ Object

the Ofac module conflicts with the old Ofac class. Add a new method to the module for backward compatibility



5
6
7
# File 'lib/ofac.rb', line 5

def self.new(identity)
  OfacIndividual.new(identity)
end