# File lib/rspec/mocks/example_methods.rb, line 81 def stub_const(constant_name, value, options = {}) ConstantStubber.stub(constant_name, value, options) end