verbose_capture_io()
run capture_io with setting $VERBOSE = true
# File lib/rdoc/test_case.rb, line 198 def verbose_capture_io capture_io do begin orig_verbose = $VERBOSE $VERBOSE = true yield ensure $VERBOSE = orig_verbose end end end