Sha256: 95c62c15a14710b58f5bf0ebc6b9fda6801701ed43dc3cfdd53fa05d59aebb70
Contents?: true
Size: 218 Bytes
Versions: 1
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true class TrueClass # :nodoc: def to_bool true end end class FalseClass # :nodoc: def to_bool false end end class NilClass # :nodoc: def to_bool false end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
to_bool_extension-0.0.1 | lib/to_bool_extension.rb |