Here is my question...
Say i have an array, a= ["aa"' "bb", "cc", "d", "e"]
How can i delete any instances of a single character in the array,
without specifically specifying what they are, with something like
a.delete("d","e")?
Thank You
--
Posted via http://www.ruby-forum.com/.