public Method

Kernel.silence_stderr( { || ... }

For compatibility

Source Code

# File active_support/core_ext/kernel/reporting.rb, line 25
def silence_stderr #:nodoc:
  silence_stream(STDERR) { yield }
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.