From: Kent Dahl Date: 2003-03-25T04:39:34+09:00 Subject: Re: [puts] - bug or feature? Meinrad Recheis wrote: > puts (3).to_s + 'b' > 3 > => "b" It appear to be parsed as ((puts (3)).to_s) + 'b' == ( (nil).to_s) + 'b' == ( "") + 'b' == "" + 'b' == 'b' Makes perfect sense :-) Be careful with space between method name and parenthesis for argumentnames. When in doubt, use parenthesis for method calls. -- (\[ Kent Dahl ]/)_ _~_ __[ http://www.stud.ntnu.no/~kentda/ ]___/~ ))\_student_/(( \__d L b__/ NTNU - graduate engineering - 5. year ) ( \__\_�|�_/__/ ) _)Industrial economics and technological management( \____/_�_\____/ (____engineering.discipline_=_Computer::Technology___)