Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/maybe_so/core_ext/nil_class.rb

Instance Method Summary collapse

Instance Method Details

#to_boolObject



2
3
4
# File 'lib/maybe_so/core_ext/nil_class.rb', line 2

def to_bool
  false
end