Methods
Constants
| BLANK | = | [ EmptyTrue.new, nil, false, '', ' ', " \n\t \r ", [], {} ] |
| NOT_BLANK | = | [ EmptyFalse.new, Object.new, true, 0, 1, 'x', [nil], { nil => 0 } ] |
Instance Public methods
test_assert_blank_false()
Link