RubyGems Navigation menu

unextendable 0.1.0

Unextendable originated from the thought of being able to implement the "State pattern":http://tobyho.com/Design_Patterns_Revisited%3A_State within object instances using modules. In other words: I wanted object instances to behave dependent on their state using modules. I really want to use modules because they are commonly used to define a set of methods which you can extend within an object instance. Unfortunately, you cannot just unexclude a module. So after searching the web for solutions, I came across Mixology, evil-ruby and StatePattern. But they slightly did not fit the picture. So after doing some research, I came up with Unextendable.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.1.7 - August 15, 2012 (10.5 KB)
  2. 0.1.6 - January 09, 2012 (10.5 KB)
  3. 0.1.5 - July 01, 2011 (9.5 KB)
  4. 0.1.4 - May 04, 2011 (9.5 KB)
  5. 0.1.3 - May 02, 2011 (9.5 KB)
  6. 0.1.0 - May 01, 2011 (9.0 KB)
显示所有版本 (共 8 个)

Development 依赖 (2):

mocha >= 0
shoulda >= 0

业主:

作者:

  • Paul Engel

SHA 256 校验和:

7ee1aae83743c6f150c694c5044fa6748b5b14aa43d3661a2a951679bc5a98fb

下载总量 22,989

这个版本 2,998

许可:

需要的 Ruby 版本:

链接: