Anders Engströí, 13/2/2005 21:03: > On Mon, Feb 14, 2005 at 08:19:57AM +0900, William James wrote: >> >> Michael Walter wrote: >> > The Ruby user would think "Who puts?" :-) >> > >> > Michael >> > >> > Anders Engströí <aengstrom / gnejs.net> wrote: >> > > Ruby: >> > > >> > > (hello.rb) >> > > puts "Hello World" >> >> "Hello, world!".display >> > > Ok, that's probably more intuitive :) But not if you want to achieve the > same effect as 'puts'. Then you'd have to change it to: > > "Hello World!\n".display > > That '\n' is pretty confusing for a newbie. "Hello world! I'm here. ".display Without "\n"!