class RubyMemcheck::TestTask
def ruby(*args, **options, &block)
def ruby(*args, **options, &block) command = configuration.command(args) sh(command, **options) do |ok, res| report_valgrind_errors yield ok, res if block_given? end end
def ruby(*args, **options, &block) command = configuration.command(args) sh(command, **options) do |ok, res| report_valgrind_errors yield ok, res if block_given? end end