lib/zeitwerk/cref.rb in zeitwerk-2.7.0 vs lib/zeitwerk/cref.rb in zeitwerk-2.7.1
- old
+ new
@@ -11,9 +11,12 @@
#
# The constant may or may not exist in mod.
class Zeitwerk::Cref
include Zeitwerk::RealModName
+ # @sig Module
+ attr_reader :mod
+
# @sig Symbol
attr_reader :cname
# The type of the first argument is Module because Class < Module, class
# objects are also valid.