Sha256: 9991adfe77b955b986528cc9a359a1744f508f747a205a500a4416a3c74b46b1

Contents?: true

Size: 216 Bytes

Versions: 2

Compression:

Stored size: 216 Bytes

Contents

require 'ofac/engine'

module Ofac
  # the Ofac module conflicts with the old Ofac class.  Add a new method to the module for backward compatibility
  def self.new(identity)
    OfacIndividual.new(identity)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ofac-3.0.1 lib/ofac.rb
ofac-3.0.0 lib/ofac.rb