Module: CommandTest::CoreExtensions::Open3

Defined in:
lib/command_test/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#popen3_with_command_test(*args, &block) ⇒ Object



65
66
67
68
69
# File 'lib/command_test/core_extensions.rb', line 65

def popen3_with_command_test(*args, &block)
  command = args.first and
    CommandTest.record_command(*args)
  popen3_without_command_test(*args, &block)
end