Categories: None [Edit]

significance

https://rubygems.org/gems/significance
https://github.com/caleon/significance
Similar in behavior to Object#presence defined in ActiveSupport, Significance is a state which determines not just the blank-ness of an object but whether or not the non-blank object has any real-world value. The utility of this gem can best be demonstrated when considering the merging of two hashes. Under normal circumstances the mere existence of an equivalent key in the second hash results in its overriding the corresponding value in the original hash. Using Hash#significant_merge, however, the second hash will retain only key-value pairs whose values are "significant," even applying the significance filter recursively into child hashes or arrays.

Total

Ranking: 66,155 of 192,384
Downloads: 15,801

Daily

Ranking: 34,367 of 192,352
Downloads: 9

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,365,066,696bundler
71,332,387,216activesupport
29973,637,407rspec
166297,464,071rdoc
4,3042,195,344jeweler

Owners

#GravatarHandle
1iconcaleon