Is there any convenient method to check if an array contains a particular element? eg.
abc = {'ele1','ele2'}
abc.include? 'ele1'
Steve
Is there any convenient method to check if an array contains a particular element? eg.
abc = {'ele1','ele2'}
abc.include? 'ele1'
Steve