module WannabeBool::Nil

Public Instance Methods

to_b() click to toggle source
# File lib/wannabe_bool/nil.rb, line 3
def to_b
  false
end