<div dir="ltr">product and its friend combination are really, really useful for solving these sort of problems in a functional-ish manner. In general it's totally worth looking over the enumerable/array docs again if you've been programming ruby since 1.8 and haven't done so - there are loads of new goodies in there beyond the standard map/select/inject (each_slice and each_cons can also be really useful).<div>
<br></div><div style>Cheers,</div><div style>Roland</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Oct 25, 2013 at 3:21 PM, Michael Pavling <span dir="ltr"><<a href="mailto:pavling@gmail.com" target="_blank">pavling@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="im">On 25 October 2013 15:07, Roland Swingler <span dir="ltr"><<a href="mailto:roland.swingler@gmail.com" target="_blank">roland.swingler@gmail.com</a>></span> wrote:<br>
</div><div class="gmail_extra"><div class="gmail_quote"><div class="im">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">This solves the problem <a href="https://gist.github.com/knaveofdiamonds/7155189" target="_blank">https://gist.github.com/knaveofdiamonds/7155189</a> - I'm pretty sure it can be made about half as long.</div>


</blockquote><div><br></div></div><div>You have a shorter, quicker, better tested solution than me (took me ages to find '.product' - haven't used it before)...</div><div><br></div><div><a href="https://gist.github.com/Pavling/7155370" target="_blank">https://gist.github.com/Pavling/7155370</a> </div>


<div><br></div><div><div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">This better not be an interview test!!</div>


</blockquote><div><br></div></div><div>+1 :-) </div></div><div><br></div></div></div></div>
</blockquote></div><br></div>