RubyGems Navigation menu

extensible 0.0.1

Use Extensible on your custom extensions in order to get the following set of advantages overtraditional extensions that override the `Module#extended` method directly: - Calls to `super` are handled internally to ensure all your _extensible_ extensions areproperly initialized. - Your _extensible_ extensions will be automatically able to become the base of other, morespecific extensions while proper initialization is maintained by simply including them. - Bundle several _extensible_ extensions in a single module by including them and they will allbe correctly initialized when extending the bundler module.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.3 - April 18, 2017 (9.0 KB)
  2. 0.1.2 - April 18, 2017 (9.0 KB)
  3. 0.1.1 - September 25, 2016 (9.0 KB)
  4. 0.1.0 - September 24, 2016 (9.0 KB)
  5. 0.0.5 - September 24, 2016 (9.0 KB)
  6. 0.0.1 - February 10, 2015 (11.0 KB)
顯示所有版本(共 9)

擁有者:

作者:

  • Gabriel de Oliveira

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 23,617

這個版本 2,385

授權:

MIT

Ruby 版本需求: >= 0

相關連結: