# File lib/mocha/configuration.rb, line 41 41: def prevent(action, &block) 42: change_config action, :prevent, &block 43: end