From: "Hal E. Fulton" Date: 2001-11-14T04:12:13+09:00 Subject: [ruby-talk:25055] Re: Set class in Ruby ----- Original Message ----- From: Yuri Leikind Newsgroups: comp.lang.ruby To: ruby-talk ML ; Sent: Tuesday, November 13, 2001 12:10 PM Subject: [ruby-talk:25050] Re: Set class in Ruby > So I am interested in other people's opinions on the topic - > should there be a built-in Set class, and if no, why? Yuri, I do think this is a good idea. I started something like this myself once (when more of a nuby). Some people will want bags, by the way (though I've never really used one) which are like sets but allow duplicates. I don't know all the implications of this. I'll look at your stuff when I can. Thanks, Hal