From: John Maclean Date: 2007-12-14T04:33:33+09:00 Subject: Using print and puts for output ## Thu 13 Dec 2007 07:22:13 PM GMT # just play with an array and see what you can do with it a = `uname -a`.to_a print a.class puts a.class __END__ what's the difference bewteen these two methods of printing? Both say the same thing. Also how can I find out for myself with ri? ri IO.print << is that it? ri IO.puts << is that it? -- Regards, John Maclean MSc (DIC) +44 7739 171 531