1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-23 22:57:05 +09:00
YuruToot/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