class_eval(*args, &block) Instance Public methods
enable_warnings() Instance Public methods Sets $VERBOSE to true
silence_stream(stream) Instance Public methods Silences any stream for the duration
capture(stream) Instance Public methods Captures the given stream and returns
debugger() Instance Public methods Starts a debugging session if the debugger
with_warnings(flag) Instance Public methods Sets $VERBOSE for the duration of
breakpoint() Instance Public methods Alias for:
suppress(*exception_classes) Instance Public methods Blocks and ignores any
quietly() Instance Public methods Silences both STDOUT and STDERR, even for
silence_warnings() Instance Public methods Sets $VERBOSE to nil for the duration
Page 1 of 2