[yast-devel] until in ruby

2014-01-15 Thread Arvin Schnell
Hi, I was looking for a until loop in Ruby and found this: begin code end until condition It is heavily used in the generated code. Unfortunately the Ruby inventor himself doesn't like this and would like to remove it, see:

Re: [yast-devel] until in ruby

2014-01-15 Thread Josef Reidinger
On Wed, 15 Jan 2014 12:09:38 +0100 Arvin Schnell aschn...@suse.de wrote: Hi, I was looking for a until loop in Ruby and found this: begin code end until condition It is heavily used in the generated code. Unfortunately the Ruby inventor himself doesn't like this and would

Re: [yast-devel] until in ruby

2014-01-15 Thread Josef Reidinger
On Wed, 15 Jan 2014 12:43:57 +0100 Arvin Schnell aschn...@suse.de wrote: On Wed, Jan 15, 2014 at 12:30:52PM +0100, Josef Reidinger wrote: On Wed, 15 Jan 2014 12:09:38 +0100 I am not aware of any change in newer ruby. In fact in loops aren't much used in object languages, because you more