Skip to content

Commit

Permalink
Fix method signature annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Oct 7, 2024
1 parent de71d88 commit d54715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zeitwerk/explicit_namespace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class << self

# This is an internal method only used by the test suite.
#
# @sig (String) -> bool
# @sig (String) -> Zeitwerk::Loader?
internal def registered?(cpath)
@cpaths[cpath]
end
Expand Down

0 comments on commit d54715a

Please sign in to comment.