# File lib/em-synchrony/core_ext.rb, line 3 def silence_warnings old_verbose, $VERBOSE = $VERBOSE, nil yield ensure $VERBOSE = old_verbose end
[Validate]
Generated with the Darkfish Rdoc Generator 2.