From: Trans Date: 2005-01-28T02:10:55+09:00 Subject: Re: Duping a class causes error > I have run into this problem myself, and have not seen a good > solutoin to it. I have a suspicion that it probably means the > separation of the two classes, in this case Parser and Token, > is an incorrect model, because they both need access to each > other. Hmm... I'm not sure how that can be outside of through OOP out the window. If I combine the Token and the Parser into a single thing then that will really be the only thing there is ;-) I'll think on it some more though. I take it you've looked at parser.rb then? T.