Method: Mongo::Crypt.reset_autoload

Defined in:
lib/mongo/crypt/binding.rb

.reset_autoloadObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



49
50
51
52
# File 'lib/mongo/crypt/binding.rb', line 49

def reset_autoload
  remove_const(:Binding)
  autoload(:Binding, 'mongo/crypt/binding')
end