Class: NilClass
Instance Method Summary collapse
-
#to_bool ⇒ Object
We still need to pass on nil, meaning: no value.
Instance Method Details
#to_bool ⇒ Object
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 |