RubyGems Navigation menu

autoloaded 0.0.3

Dynamically and flexibly loads source files in a directory when a corresponding constant is dereferenced. Offers several advantages over other autoloading facilities such as those provided by the Ruby Core library and the ActiveSupport gem: (a) it does not require a separate `autoload` statement for each constant, and (b) it does not enforce CamelCase to snake_case correspondence between the names of constants and source files.

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)
  6. 0.0.3 - October 24, 2014 (13.0 KB)
显示所有版本 (共 20 个)

Development 依赖 (3):

bundler ~> 1
rake ~> 10
rspec ~> 3

业主:

作者:

  • Nils Jonsson

SHA 256 校验和:

957c67cc2841aff5b1bdcb7ad6b900b3af3213fd260b36de0333fd8e3f61c22e

下载总量 88,409

这个版本 2,940

许可:

MIT

需要的 Ruby 版本: ~> 2.1

链接: