7
0
Ответвление 0
bastodon/spec/support/command_line_helpers.rb
2023-12-07 13:49:14 +00:00

9 строки
144 Б
Ruby

# frozen_string_literal: true
module CommandLineHelpers
def output_results(*args)
output(
include(*args)
).to_stdout
end
end