Nice, the array conversion seems to work quite well. Right now I'm encountering the next problem. The Plugin base class (C#) has the follow signature:
protected abstract IEnumerator<Procedure> ListProcedures(); How can I implement this in my IronRuby derived class? Of course I tried something like: def ListProcedures yield new Procedure(...) end However, this method never gets called. Thanks, Maurits -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
