Sha256: 68f76626f37593485b4c9e2f2e5dc898be6b284fbd67d1fe691f6aa711b0e309

Contents?: true

Size: 115 Bytes

Versions: 3

Compression:

Stored size: 115 Bytes

Contents

module WannabeBool::Symbol
  def to_b
    self.to_s.to_b
  end
end

class Symbol
  include WannabeBool::Symbol
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wannabe_bool-0.6.0 lib/wannabe_bool/symbol.rb
wannabe_bool-0.5.0 lib/wannabe_bool/symbol.rb
wannabe_bool-0.4.0 lib/wannabe_bool/symbol.rb