RubyGems Navigation menu

drewolson-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 - August 11, 2014 (5.5KB)

Runtime依存関係 (3):

hoe >= 1.8.2
need >= 1.0.1
rspec >= 1.1.3

作者:

  • Drew Olson

SHA 256チェックサム:

059087b0afe77879ab702acbf3383767b2b8298503bdb3f9917f088954f94351

累計ダウンロード数 3,527

このバージョンのみ 3,527

ライセンス:

N/A

必要なRubyのバージョン: >= 0

リンク: