# File lib/mocha/configuration.rb, line 28 28: def warn_when(action, &block) 29: change_config action, :warn, &block 30: end