RubyGems Navigation menu

autoloaded 2.4.0

If you like the ‘Module#autoload’ feature of the Ruby Core library, you may have wished for Autoloaded. It eliminates the drudgery of handcrafting an `autoload` statement for each Ruby source code file in your project. It also avoids the limitations of rigid convention-driven facilities such as those provided by the ActiveSupport RubyGem. Autoloaded assumes, but does not enforce, `CamelCase`-to-`snake_case` correspondence between the names of constants and source files. You can combine conventions, even putting multiple autoloaded constants in a single source file.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 2.4.0 - September 19, 2021 (20.5 KB)
  2. 2.3.0 - April 06, 2020 (20.5 KB)
  3. 2.2.1 - October 18, 2017 (20.5 KB)
  4. 2.2.0 - February 23, 2017 (20.5 KB)
  5. 2.1.1 - January 24, 2015 (28.0 KB)
顯示所有版本(共 20)

Development 相依性套件 (3):

擁有者:

Pushed by:

作者:

  • Nils Jonsson

SHA 256 checksum:

27d0b558323810d1e1cca4b8813e01f36e223be0c25aa739de2bd4d0d22f27e3

總下載次數 88,035

這個版本 10,871

License:

MIT

Ruby 版本需求: >= 1.9, < 4

相關連結: