1
0
mirror of https://github.com/Siphonay/mastodon synced 2025-02-12 12:24:46 +00:00
donphan/spec/support/command_line_helpers.rb
2023-12-07 13:49:14 +00:00

10 lines
144 B
Ruby

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