Skip to content

Commit

Permalink
Fix ruby2_keywords-related warning
Browse files Browse the repository at this point in the history
Fixes #753

Context: #716 (comment)
  • Loading branch information
jsantos committed Apr 18, 2022
1 parent 6283348 commit 8072954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apipie/extractor/recorder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def analyze(env, &block)
end

module FunctionalTestRecording
def process(*, **) # action, parameters = nil, session = nil, flash = nil, http_method = 'GET')
def process(*) # action, parameters = nil, session = nil, flash = nil, http_method = 'GET')
ret = super
if Apipie.configuration.record
Apipie::Extractor.call_recorder.analyze_functional_test(self)
Expand Down

0 comments on commit 8072954

Please sign in to comment.