From: Sam Phoneix Date: 2008-01-05T00:05:03+09:00 Subject: Checking an array for an item 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/.