Methods

Kernel

Public Instance Methods

silently(&blk) click to toggle source
# File lib/safemode/core_ext.rb, line 2
def silently(&blk)
  old_verbose, $VERBOSE = $VERBOSE, nil
  yield
  $VERBOSE = old_verbose
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.