Drop support for ruby 3.1 (#32363)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module CommandLineHelpers
|
||||
def output_results(*args)
|
||||
def output_results(*)
|
||||
output(
|
||||
include(*args)
|
||||
include(*)
|
||||
).to_stdout
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user