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,233 of 187,239
Downloads: 2,433
Daily
Ranking: 93,924 of 187,224
Downloads: 3
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
121,479 | 5,353 | secure_web_token |
122,675 | 5,232 | nacl_password |
Depends on
Rank | Downloads | Name |
---|---|---|
7 | 1,196,180,149 | activesupport |
10 | 1,151,901,046 | rake |
16 | 1,076,711,297 | minitest |
1,005 | 44,489,338 | minitest-reporters |
Owners
# | Gravatar | Handle |
---|---|---|
1 | SampsonCrowley |