module Ofac

Constants

VERSION

Public Class Methods

new(identity) click to toggle source

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

# File lib/ofac.rb, line 5
def self.new(identity)
  OfacIndividual.new(identity)
end