null_plus 1.0.1
This gem redefines Ruby's unary + operator to turn null objects into nil. By default, the unary + operator is not used by Ruby, so overloading it is not so dangerous as it might have sounded to you when you read it. Every object that returns true for null? is considered a null object.
Gemfile:
=
インストール:
=
Runtime依存関係 (1):
null_question
~> 1.0