From: Xavier Noria Date: 2007-12-07T06:33:53+09:00 Subject: Re: array iterator that have more arrays that also need iter On Dec 6, 2007, at 10:02 PM, Raimon Fs wrote: > yes, but the values where written at once: > > 82567.3695778.2113210.85 > > and I want separated, for adding them into a cell of a table, with > value Then you are done removing the call to flatten: invoice_calculs.map(&:attributes).map(&:values) -- fxn