From: Gavin Sinclair Date: 2002-11-26T13:36:26+09:00 Subject: Re: Difference between puts and print From: "Stephen Neu" > You can also say > > p "hello" > > ...which is what I do when I'm in a hurry. This differs from #puts calls #to_s on its arguments while #p calls #inspect. Gavin