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,263 of 188,317
Downloads: 29,827

Daily

Ranking: 52,707 of 188,299
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
15,961116,778module-cluster

Owners

#GravatarHandle
1iconAsher