Categories: None [Edit]
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: 62,697 of 183,692
Downloads: 14,971
Daily
Ranking: 55,996 of 183,682
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,473,502,185 | bundler |
7 | 1,010,966,773 | activesupport |
25 | 827,969,594 | rspec |
210 | 174,348,628 | rdoc |
4,094 | 1,863,527 | jeweler |
Owners
# | Gravatar | Handle |
---|---|---|
1 | caleon |