From: "naruse (Yui NARUSE)" Date: 2012-10-25T20:54:08+09:00 Subject: [ruby-core:48269] [ruby-trunk - Feature #6265][Assigned] Remove 'useless' 'concatenation' syntax Issue #6265 has been updated by naruse (Yui NARUSE). Status changed from Closed to Assigned I reverted r37316 because such too many failures prevents watching CI. Please re-commit it with fixes for those tests. http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20121025T110301Z.log.html.gz ---------------------------------------- Feature #6265: Remove 'useless' 'concatenation' syntax https://bugs.ruby-lang.org/issues/6265#change-31560 Author: rosenfeld (Rodrigo Rosenfeld Rosas) Status: Assigned Priority: Normal Assignee: drbrain (Eric Hodel) Category: core Target version: 2.0.0 What is wrong with this code: some_method 'argument1', 'argument2' 'argument3' Yes, the missing colon, but it is not always easy to notice that... What is this ('concatenation' 'syntax') useful for? Why writing ('some ' 'concatenation') instead of 'some concatenation'? A missing colon between string arguments can lead to some bugs that may be hard to find, specially if the arguments are optional. And I can't see any useful case where this allowed syntax for concatenation would help. -- http://bugs.ruby-lang.org/