Tom wrote:
> And if I still keep the original def t(x), how can it be used?

You can "mix" it into a class:

class C
   include T
   def foo; t(...); end
end

-- 
       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407