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
67 68 69 |
# File 'lib/extensions/class-extensions.rb', line 67 def to_bool self end |