Errr....this is not quite right:<p>> [1,2,3].each{|v| puts v}
=> "123"<p>*edit: Assuming this is deployment/back-end related issues. I just tried the above again and got this:<p>[1,2,3].each{|v| puts v}
=> #<SyntaxError: Invalid char "\xC2" in expression. near line 1: "\xADch{|v| puts v}">