From: Michael Gorsuch Date: 2006-05-14T22:12:28+09:00 Subject: namespace conflicts ------=_Part_25468_9015925.1147612345768 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Good morning, everyone. I'm curious as to how I can resolve some namespace conflicts. I'm writing = a Rails app (although this problem should be agnostic), and wrote a Payment model (which is a class for those that don't use Rails) for my app. I also have need to use the Payment gem from ruby forge, which uses 'Payment' as the name for the module. I obviously have a conflict here, but I'm wondering if anyone has any interesting ideas as to how I can solve it. As far as I see it, I'll need to rename one of the two objects. Thanks to everyone, Michael ------=_Part_25468_9015925.1147612345768--