From: matz@... (Yukihiro Matsumoto) Date: 2003-12-01T23:49:32+09:00 Subject: Re: anything disappearing from Ruby for 2.0? Hi, In message "Re: anything disappearing from Ruby for 2.0?" on 03/12/01, Carlos writes: |Hi :) Here's another idea: | |1) Make #.. a method (Integer#.. creates ranges, for example) | |2) Make a shortcut to proc {...} (maybe "&{"? Anything, I don't know) | |3) Define Proc#.. to work as a flip-flop | |4) while &{ line =~ /abc/ }..&{ line =~ /def/ } | |Not as easy as before, but almost... | |What do you think? I like the basic idea. the "shortcut notation" would be a key. I couldn't think of a good one for years. But someone might be able to. matz.