class NilClass

Public Instance Methods

to_bool() click to toggle source

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

# File lib/ib/extensions.rb, line 43
def to_bool
  self
end