Sha256: ce1048b64462f63586e943fb3b3ddab1c93b50cbd56a09a88579b5d2258e06c9
Contents?: true
Size: 165 Bytes
Versions: 1
Compression:
Stored size: 165 Bytes
Contents
# frozen_string_literal: true module WannabeBool::Nil def to_b false end include WannabeBool::Aliasing end class NilClass include WannabeBool::Nil end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wannabe_bool-0.7.1 | lib/wannabe_bool/nil.rb |