Categories: None [Edit]

block-chainable

https://rubygems.org/gems/block-chainable
== 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:

Total

Ranking: 41,517 of 182,288
Downloads: 25,471

Daily

Ranking: 30,041 of 182,276
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
25802,225,171rspec
2,0418,527,125hoe
49,55820,080need

Owners

#GravatarHandle
1icondrewolson