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.