RubyGems Navigation menu

coerce_boolean 0.1.0

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

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.1.0 April 23, 2020 (6.5KB)

Development依存関係 (4):

activesupport ~> 6.0
minitest ~> 5.1
rake ~> 13.0

所有者:

プッシュ者:

作者:

  • Sampson Crowley

SHA 256チェックサム:

=

累計ダウンロード数 2,151

このバージョンのみ 2,151

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: