Categories: None [Edit]
coerce_boolean
Adds a default #to_bool method to Object and adds
the CoerceBoolean class to parse boolean like values
Examples:
- CoerceBoolean.from("false") # false
- CoerceBoolean.from("true") # true
- CoerceBoolean.from(1) # true
- CoerceBoolean.from(0) # false
Total
Ranking: 170,156 of 186,995
Downloads: 2,342
Daily
Ranking: 100,176 of 186,959
Downloads: 4
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
122,233 | 5,146 | secure_web_token |
124,170 | 4,965 | nacl_password |
Depends on
Rank | Downloads | Name |
---|---|---|
7 | 1,169,578,855 | activesupport |
10 | 1,129,028,222 | rake |
16 | 1,055,884,353 | minitest |
1,018 | 43,354,657 | minitest-reporters |
Owners
# | Gravatar | Handle |
---|---|---|
1 | SampsonCrowley |