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: 169,670 of 191,483
Downloads: 2,661
Daily
Ranking: 101,581 of 191,454
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 120,560 | 5,745 | nacl_password |
| 121,007 | 5,696 | secure_web_token |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 7 | 1,311,046,337 | activesupport |
| 8 | 1,274,245,981 | rake |
| 14 | 1,179,873,017 | minitest |
| 986 | 49,299,313 | minitest-reporters |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | SampsonCrowley |