Module: Kernel
- Defined in:
- lib/mystic/extensions.rb
Class Method Summary collapse
Class Method Details
.silent ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/mystic/extensions.rb', line 4 def self.silent v = $VERBOSE $VERBOSE = false yield $VERBOSE = v nil end |