RubyGems Navigation menu

block-chainable 0.1.1

DESCRIPTION: BlockChainable is a module to aid in the creation of Domain Specific Languages using block structure. By including BlockChainable into your classes, you will be able to instantiate that class using the class name itself, followed by any parameters to be passed to initialize, followed by a block to be executed within the instantiated class. BlockChainable also allows methods to search up the chain of classes, meaning that although a block is executed in the scope of the instantiated class, any methods not found in the class but found in a class "up-scope" will be called successfully on the up-scope class. This chaining of method calls allows you to assert values within the blocks as well as calling any other methods from "up-scope" classes. == FEATURES/PROBLEMS:

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

安装:
=

版本列表:

  1. 0.1.1 - May 23, 2008* (7.0 KB)
  2. 0.1.0 - April 10, 2008* (7.0 KB)
  3. 0.0.3 - March 27, 2008* (7.0 KB)
  4. 0.0.2 - March 07, 2008* (6.5 KB)
  5. 0.0.1 - February 29, 2008* (6.0 KB)

Runtime 依赖 (3):

hoe >= 1.5.1
need >= 1.0.1
rspec >= 1.1.3

业主:

作者:

  • Drew Olson

SHA 256 校验和:

4c7f8fe18b894bb0a1c92a8221656a0bea980821209f22d496a2353d592c292f

下载总量 25,060

这个版本 5,811

许可:

需要的 Ruby 版本:

链接: