configatron icon indicating copy to clipboard operation
configatron copied to clipboard

include? called against unset configatron setting returns nothing

Open rchady opened this issue 7 years ago • 0 comments

When you reference a variable that is not set with .include? it does not return false as you would expect, it returns "".

irb(main):009:0> x.ugh.include?(1)
=>

Considering it definitely does not include it, I would expect a false response.

rchady avatar Feb 06 '18 17:02 rchady