Class: Zeitwerk::HomuraOpalLoader
- Inherits:
-
Object
- Object
- Zeitwerk::HomuraOpalLoader
- Defined in:
- lib/zeitwerk/opal_compat.rb
Defined Under Namespace
Classes: Inflector
Instance Attribute Summary collapse
-
#inflector ⇒ Object
readonly
Returns the value of attribute inflector.
Instance Method Summary collapse
- #collapse ⇒ Object
- #ignore ⇒ Object
-
#initialize ⇒ HomuraOpalLoader
constructor
A new instance of HomuraOpalLoader.
- #setup ⇒ Object
Constructor Details
#initialize ⇒ HomuraOpalLoader
Returns a new instance of HomuraOpalLoader.
15 16 17 |
# File 'lib/zeitwerk/opal_compat.rb', line 15 def initialize @inflector = Inflector.new({}) end |
Instance Attribute Details
#inflector ⇒ Object (readonly)
Returns the value of attribute inflector.
13 14 15 |
# File 'lib/zeitwerk/opal_compat.rb', line 13 def inflector @inflector end |
Instance Method Details
#collapse ⇒ Object
22 23 |
# File 'lib/zeitwerk/opal_compat.rb', line 22 def collapse(*) end |
#ignore ⇒ Object
19 20 |
# File 'lib/zeitwerk/opal_compat.rb', line 19 def ignore(*) end |
#setup ⇒ Object
25 26 27 |
# File 'lib/zeitwerk/opal_compat.rb', line 25 def setup self end |