Actions
Feature #6270
closedadd "??a" support for "not defined?(a) or a.nil?"
Description
It would work like this:
??foo #=> nil
foo = nil
??foo #=> nil
foo = 3
??foo #=> true
Not sure if this would be useful, just a suggestion.
Actions
Like0
Like0Like0Like0