Sha256: c45ca49d0b5de6ce1569c21cb45d90157cfcd16fb94ef5a8a9b657a024dfd200
Contents?: true
Size: 198 Bytes
Versions: 78
Compression:
Stored size: 198 Bytes
Contents
module CoreExtensions module Kernel def suppress_warnings original_verbosity = $VERBOSE $VERBOSE = nil yield ensure $VERBOSE = original_verbosity end end end
Version data entries
78 entries across 78 versions & 1 rubygems