class RSpec::Mocks::ConstantMutator::UndefinedConstantSetter

def reset

def reset
  @parent.__send__(:remove_const, @const_name)
end