Symbol in an array
myArray = ["January", 1, :year, [2006,01,01]] myArray.each {|e| print e.class, " " } # => String Fixnum Symbol Array