opal-zeitwerk
/
0.4.1
opal-zeitwerk 0.4.1
Install from the command line:
Learn more about RubyGems packages
$ gem install opal-zeitwerk --version "0.4.1"
Install via Gemfile:
source "https://rubygems.pkg.github.com/isomorfeus" do
gem "opal-zeitwerk", "0.4.1"
end
About this version
A port of the Zeitwerk autoloader to Opal.
Zeitwerk implements constant autoloading with Ruby semantics. Each gem
and application may have their own independent autoloader, with its own
configuration, inflector. Supports autoloading, preloading and eager loading.