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
debugger() Instance Public methods Starts a debugging session if the debugger
capture(stream) Instance Public methods Captures the given stream and returns
quietly() Instance Public methods Silences both STDOUT and STDERR, even for
breakpoint() Instance Public methods Alias for:
suppress(*exception_classes) Instance Public methods Blocks and ignores any
with_warnings(flag) Instance Public methods Sets $VERBOSE for the duration of
silence(stream) Instance Public methods Alias for:
Page 1 of 2