Sha256: 3e1cebac3159208d50c7abf256dee659832d73920fa488836370500f07efa012
Contents?: true
Size: 178 Bytes
Versions: 1
Compression:
Stored size: 178 Bytes
Contents
# frozen_string_literal: true module WannabeBool::Symbol def to_b self.to_s.to_b end include WannabeBool::Aliasing end class Symbol include WannabeBool::Symbol end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wannabe_bool-0.7.1 | lib/wannabe_bool/symbol.rb |