module RuboCop::Rails::SchemaLoader

def reset!

def reset!
  return unless instance_variable_defined?(:@load)
  remove_instance_variable(:@load)
end