"".include?("") # => true
"stackoverflow".include?("") # => true
Und warum ist das so? "Because string "stackoverflow" contains an infinite number of empty strings between the letters/characters."
http://stackoverflow.com/q/19583213/1279355