# File lib/mocha/configuration.rb, line 33 33: def warn_when(action, &block) 34: change_config action, :warn, &block 35: end