Module: Zeitwerk

Defined in:
lib/zeitwerk/opal_compat.rb

Defined Under Namespace

Classes: HomuraOpalLoader, Inflector, Loader

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.__homura_next_gem_rootObject

Returns the value of attribute __homura_next_gem_root.



31
32
33
# File 'lib/zeitwerk/opal_compat.rb', line 31

def __homura_next_gem_root
  @__homura_next_gem_root
end

Class Method Details

.__homura_next_loader_tagObject



33
34
35
36
37
# File 'lib/zeitwerk/opal_compat.rb', line 33

def __homura_next_loader_tag
  @__homura_loader_tag_sequence ||= 0
  @__homura_loader_tag_sequence += 1
  "homura-#{@__homura_loader_tag_sequence}"
end