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
58 59 60 |
# File 'lib/extensions/class-extensions.rb', line 58 def to_bool self end |