module Boolean

Public Instance Methods

empty?() click to toggle source
# File lib/stbaldricks/patches/boolean.rb, line 4
def empty?
  false
end
to_b() click to toggle source
# File lib/stbaldricks/patches/boolean.rb, line 8
def to_b
  self
end