From: Yorick Peterse Date: 2013-05-08T18:17:11+09:00 Subject: [ruby-core:54863] Re: [ruby-trunk - Feature #8377][Open] Deprecate :: for method calls in 2.1 I'm in favour of deprecating `::` for method calls as well. I'm all for "multiple roads to Rome" but when it comes to the method calling syntax I really want it to be consistent. Actually getting rid of the operator is going to be interesting though since I believe it's used in various places of MRI's core/std library as well as third-party projects. This is probably something that shouldn't be removed until at least 2.2. Yorick