[Ironruby-core] Code Review: Ruby19Update

2010-07-16 Thread Tomas Matousek
tfpt review "/shelveset:Ruby19Update;REDMOND\tomat" Comment : Updates Ruby 1.9 to "Ruby 1.9.1-p378 RubyInstaller". Tomas ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] adding "each" support for a range brought from excel

2010-07-16 Thread Tomas Matousek
We don't support COM enumerators yet. Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jim Deville Sent: Friday, July 16, 2010 2:33 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] adding "each" support for a range brought f

Re: [Ironruby-core] adding "each" support for a range brought from excel

2010-07-16 Thread Jim Deville
This also seems like something that should 'just work'... Tomas, any idea why it doesn't From: Will Green Sent: Friday, July 16, 2010 8:27 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] adding "each" support for a range brought from excel Yo

Re: [Ironruby-core] adding "each" support for a range brought from excel

2010-07-16 Thread Will Green
You can re-open the class that defines a Worksheet Range and include Ruby's Enumerable as a mixin -- Will Green http://hotgazpacho.org/ On Thu, Jul 15, 2010 at 8:10 PM, Eduardo Blumenfeld wrote: > Hi, > > I'm trying to do the following: > > > load_assembly "Microsoft.Office.Int