Forum: Ruby Nov 8th, 2008 |
| Replies: 1 Views: 2,135 Is there any such thing as destructors in ruby. I am trying to figure out how to destroy an object. |
Forum: Ruby Oct 14th, 2008 |
| Replies: 1 Views: 2,633 I am trying to search through a string to find the number of occurences of a substring. I am doing this for all the strings in an array of strings. I only have figured out the while loops so far. ... |