From: Z T Date: 2007-09-05T20:35:16+09:00 Subject: Multiple Assignments: Newbie question ------=_Part_54602_31144746.1188992114839 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline When I run my program: arg1="Ruby", arg2="Rails", arg3="Rails" puts "#{arg1}, #{arg2}, #{arg3}" Why is the output as follow: RubyRailsRails, Rails, Rails What is the reason for this output? Thanks in advance. ------=_Part_54602_31144746.1188992114839--