class RubyMemcheck::RubyRunner
def run(*args, **options)
def run(*args, **options) command = configuration.command(args.map { |a| Shellwords.escape(a) }) @reporter = TestTaskReporter.new(configuration) @reporter.setup system(command, options) exit_code = $CHILD_STATUS.exitstatus @reporter.report_valgrind_errors exit_code end