Categories: None [Edit]

parallel-ancestry

https://rubygems.org/gems/parallel-ancestry
https://github.com/Asher-/parallel-ancestry
Create and track parallel inheritance hierarchies. Hook parallel hierarchies (by including a module) to automatically update/register ancestry at include and extend, or update/register only manually. Manual registration permits definitions of ancestry across, for example, instances of the same type or instances of entirely different types. Implementation is provided by simple child/parent trees with an block to choose which parent. This permits a simple multiple inheritance model very similar to how Ruby handles modules. Conflicts for multiple inheritance are resolved by the parent most recently named for the block match. Used heavily by CascadingConfiguration gem (cascading-configuration) as well as by forthcoming Persistence and Magnets gems (persistence and magnets).

Total

Ranking: 40,016 of 187,239
Downloads: 29,471

Daily

Ranking: 32,719 of 187,224
Downloads: 12

Depended by

RankDownloadsName

Depends on

RankDownloadsName
15,843115,639module-cluster

Owners

#GravatarHandle
1iconAsher