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,545 of 190,365
Downloads: 2,644
Daily
Ranking: 113,104 of 190,317
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 120,598 | 5,703 | nacl_password |
| 120,972 | 5,665 | secure_web_token |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 7 | 1,294,956,419 | activesupport |
| 8 | 1,256,317,454 | rake |
| 14 | 1,164,868,120 | minitest |
| 992 | 48,583,298 | minitest-reporters |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | SampsonCrowley |