Class: Zeitwerk::HomuraOpalLoader

Inherits:
Object
  • Object
show all
Defined in:
lib/zeitwerk/opal_compat.rb

Defined Under Namespace

Classes: Inflector

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHomuraOpalLoader

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

#inflectorObject (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

#collapseObject



22
23
# File 'lib/zeitwerk/opal_compat.rb', line 22

def collapse(*)
end

#ignoreObject



19
20
# File 'lib/zeitwerk/opal_compat.rb', line 19

def ignore(*)
end

#setupObject



25
26
27
# File 'lib/zeitwerk/opal_compat.rb', line 25

def setup
  self
end