1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-22 17:54:19 +09:00
YuruToot/spec/support/command_line_helpers.rb

10 lines
136 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module CommandLineHelpers
2024-11-01 00:12:08 +09:00
def output_results(*)
output(
2024-11-01 00:12:08 +09:00
include(*)
).to_stdout
end
end