# File lib/i18n/core_ext/kernel/surpress_warnings.rb, line 2 2: def suppress_warnings 3: original_verbosity = $VERBOSE 4: $VERBOSE = nil 5: result = yield 6: $VERBOSE = original_verbosity 7: result 8: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.