Categories: None [Edit]

parallel_ancestry

https://rubygems.org/gems/parallel_ancestry
https://github.com/RidiculousPower/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: 84,150 of 196,658
Downloads: 11,477

Daily

Ranking: 111,482 of 196,619
Downloads: 0

Depended by

RankDownloadsName
42,41930,288cascading_configuration

Depends on

RankDownloadsName
16,755121,956module-cluster
67,49215,992array-unique

Owners

#GravatarHandle
1iconAsher