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