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,329 of 183,127
Downloads: 2,155
Daily
Ranking: 74,510 of 183,106
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
122,652 | 4,777 | secure_web_token |
128,412 | 4,416 | nacl_password |
Depends on
Rank | Downloads | Name |
---|---|---|
7 | 990,071,846 | activesupport |
10 | 954,475,095 | rake |
19 | 895,815,902 | minitest |
996 | 37,069,124 | minitest-reporters |
Owners
# | Gravatar | Handle |
---|---|---|
1 | SampsonCrowley |