How come this code doesn't return "true" for the following? x = [1,2,3] puts(x.include?(Fixnum)) Thanks -- Posted via http://www.ruby-forum.com/.