Module: Polyfill::Utils
- Defined in:
- lib/polyfill/utils.rb
Class Method Summary collapse
Class Method Details
.ignore_warnings ⇒ Object
3 4 5 6 7 8 9 10 |
# File 'lib/polyfill/utils.rb', line 3 def ignore_warnings orig = $VERBOSE $VERBOSE = nil yield $VERBOSE = orig end |