Sha256: 8c3f16bae2beec5b86efaf843022d428314359e2abb94d32b95b927e9f71ea1f
Contents?: true
Size: 265 Bytes
Versions: 135
Compression:
Stored size: 265 Bytes
Contents
require 'mocha/deprecation' module DeprecationDisabler def disable_deprecations original_mode = Mocha::Deprecation.mode Mocha::Deprecation.mode = :disabled begin yield ensure Mocha::Deprecation.mode = original_mode end end end
Version data entries
135 entries across 130 versions & 14 rubygems