fails:String#include? with Fixnum returns true if self contains the given char
fails:String#include? with Fixnum uses fixnum % 256
fails:String#include? with String raises a TypeError if other can't be converted to string
