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