From: Bill Kelly Date: 2011-07-20T04:36:23+09:00 Subject: [ruby-core:38209] Re: [Ruby 1.9 - Feature #5054] Compress a sequence of ends David Aaron Fendley wrote: > Issue #5054 has been updated by David Aaron Fendley. > > > I think the phrase "fold up" is more descriptive of what this is attempting to do. Thus I propose: > > > module MyModule > class MyClass > def my_method > 10.times do > if rand < 0.5 > p :small > fuuuuu You sir, win the internets. Thanks, best laugh I've had in days. :D Regards, Bill