<div>I want to do something like...</div>
<div>&nbsp;</div>
<div>#(&#39;some text 1&#39;&nbsp; &#39;some text 2&#39;&nbsp; &#39;some text 3&#39;&nbsp; &#39;some text 4&#39;)</div>
<div>with: &quot;a corresponding list of classes, say, {class1&nbsp; class2&nbsp;&nbsp; class3&nbsp; class4}&quot;</div>
<div>do:</div>
<div>&nbsp;&nbsp;&nbsp; [:each1 :each2 |</div>
<div>&nbsp;&nbsp;&nbsp; &quot;do something with &lt;each1 text&gt;&nbsp;and &lt;each2 class&gt; pair&quot;]</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>No matter how I try to code the #with: part, I keep getting thrown into debug. How do you specify a collection of classes for the above example?</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Richard</div>