monkeylearn / monkeylearn-ruby

Official Ruby client for the MonkeyLearn API. Build and consume machine learning models for language processing from your Ruby apps.
MIT License
80 stars 14 forks source link

Interpret false values as boolean false #21

Closed omab closed 4 years ago

omab commented 4 years ago

Update how boolean values are read from ENV and properly process values like nil, 0, false, f, '' as false.

Fixes #20