------ art_54602_31144746.1188992114839
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
When I run my program:
arg1 uby", arg2 ails", arg3 ails"
puts "#{arg1}, #{arg2}, #{arg3}"
Why is the output as follow:
RubyRailsRails, Rails, Rails
What is the reason for this output? Thanks in advance.
------ art_54602_31144746.1188992114839--