Skip to content

Commit

Permalink
Add missing @raise annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Sep 24, 2024
1 parent 13aa627 commit a7b90b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/zeitwerk/loader/callbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module Zeitwerk::Loader::Callbacks

# Invoked from our decorated Kernel#require when a managed file is autoloaded.
#
# @raise [Zeitwerk::NameError]
# @sig (String) -> void
internal def on_file_autoloaded(file)
cref = autoloads.delete(file)
Expand Down

0 comments on commit a7b90b1

Please sign in to comment.