Class: Zeitwerk::Loader
- Inherits:
-
Object
- Object
- Zeitwerk::Loader
- Defined in:
- sig/lib/zeitwerk/zeitwerk.rbs
Instance Attribute Summary collapse
-
#inflector ⇒ Inflector
Returns the value of attribute inflector.
-
#tag ⇒ String
Returns the value of attribute tag.
Instance Method Summary collapse
- #collapse ⇒ void
-
#initialize ⇒ Loader
constructor
A new instance of Loader.
- #push_dir ⇒ void
- #setup ⇒ void
Constructor Details
#initialize ⇒ Loader
Returns a new instance of Loader.
12 |
# File 'sig/lib/zeitwerk/zeitwerk.rbs', line 12 def initialize: () -> void |
Instance Attribute Details
#inflector ⇒ Inflector
Returns the value of attribute inflector.
10 11 12 |
# File 'sig/lib/zeitwerk/zeitwerk.rbs', line 10 def inflector @inflector end |
#tag ⇒ String
Returns the value of attribute tag.
9 10 11 |
# File 'sig/lib/zeitwerk/zeitwerk.rbs', line 9 def tag @tag end |
Instance Method Details
#collapse ⇒ void
This method returns an undefined value.
14 |
# File 'sig/lib/zeitwerk/zeitwerk.rbs', line 14 def collapse: (*((String | Pathname) | Array[String | Pathname])) -> void |
#push_dir ⇒ void
This method returns an undefined value.
16 |
# File 'sig/lib/zeitwerk/zeitwerk.rbs', line 16 def push_dir: (String | Pathname, namespace: Module) -> void |
#setup ⇒ void
This method returns an undefined value.
18 |
# File 'sig/lib/zeitwerk/zeitwerk.rbs', line 18 def setup: () -> void |