Class: NilClass

Inherits:
Object show all
Defined in:
lib/ib/extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_boolObject

We still need to pass on nil, meaning: no value



43
44
45
# File 'lib/ib/extensions.rb', line 43

def to_bool
  self
end