class RSpec::Mocks::ConstantMutator::BaseMutator

def to_constant

def to_constant
  const = Constant.new(full_constant_name)
  const.original_value = original_value
  const
end