Skip to content

Commit

Permalink
Add parentheses to ruby2_keywords method call
Browse files Browse the repository at this point in the history
For consistency with all the other usages of the method in the code base.
  • Loading branch information
guilleiguaran committed Jul 6, 2023
1 parent 79cdc0c commit d540abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def method_missing(selector, *args)
super
end
end
ruby2_keywords :method_missing
ruby2_keywords(:method_missing)

def respond_to_missing?(name, include_private = false)
begin
Expand Down

0 comments on commit d540abd

Please sign in to comment.