From: "curtis.schofield@..." Date: 2005-06-08T08:45:26+09:00 Subject: Re: DRb Method_mising respond_to? > > Let ruby do more work for you. > > Would Delegator or Forwardable be of assistance? > I was using Delegator previously but it had a bunch of wierdness and i had to write extra code to handle switching the object that would be delegated against. It seemed like extra work. I'll see if super helps and if not i'll check out Forwardable or go back to trying SimpleDelegate Thanks for the tip with super.. i should have realized. =D > > # I always break method apart, because its always there me to, but for brevity in the example.... ;p