Skip to content

Commit

Permalink
Fix Rubocop warnings for core/module/name_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Nov 6, 2024
1 parent 7723ed9 commit 1474df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/module/name_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ def const_added(name)
puts const_get(name).name
end
end
# module with name
module TEST1
end
# anonymous module
TEST2 = Module.new
RUBY
Expand Down

0 comments on commit 1474df8

Please sign in to comment.