# File lib/mocha/configuration.rb, line 15 15: def allow(action, &block) 16: change_config action, :allow, &block 17: end