On Wednesday 14 June 2006 09:07, Ola Bini wrote:
> Hi,
>
> I've spent some time today using JRuby to inspect data I get back from
> EJB's, and I soon got mad about having to use get(0) or iterator.next to
> get at elements.
>
> So, the attached patch makes it possible to use [] and []= for Maps and
> Lists, and makes <<, + and - available for all Collection's. For me, this
> makes Java integration MUCH more useable.
>
> Regards
>   Ola Bini

I thought we already had this support, as well as them being Enumerables....


_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to