Class/Module Index [+]

Quicksearch

Kernel

Public Instance Methods

silence_warnings() click to toggle source
# 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.