the Ofac module conflicts with the old Ofac class. Add a new method to the module for backward compatibility
Ofac
# File lib/ofac.rb, line 5 def self.new(identity) OfacIndividual.new(identity) end