Skip to content

Commit

Permalink
Fix a method redefinition warning
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Mar 28, 2024
1 parent 5c74bbf commit f4218ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_utils.rb
Expand Up @@ -192,6 +192,7 @@ def bar
def foo
1
end
alias_method :foo, :foo
end

module ScopedFunctions
Expand Down

0 comments on commit f4218ad

Please sign in to comment.