class RubyMemcheck::TestTaskReporter

def run_ruby_with_valgrind(&block)

def run_ruby_with_valgrind(&block)
  setup
  yield
  report_valgrind_errors
end