Skip to content

Commit

Permalink
👮 rubocop --autocorrect --only Performance/StringIdentifierArgument
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Dec 22, 2023
1 parent 36df028 commit 4cb8144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/isucon/memorize_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def #{method_name}_with_cache
end
RUBY

alias_method "#{method_name}_without_cache", method_name
alias_method :"#{method_name}_without_cache", method_name
alias_method method_name, "#{method_name}_with_cache"
end
end
Expand Down

0 comments on commit 4cb8144

Please sign in to comment.