# File lib/rspec/mocks/stub_const.rb, line 113 def self.original(name) stubber = ConstantStubber.find(name) stubber ? stubber.to_constant : unstubbed(name) end