Hi,

At Sat, 7 Dec 2002 13:05:53 +0900,
Chris Pine wrote:
> It's just that I don't know anything about define_method or StringIO, so I
> feel lost...  also, I didn't know you could associate Method objects to a
> method call just like Proc objects... could you always do that?  It makes
> sense...

& before input.method(f) means the Method object should be
converted to block.  Or you can:

  define_method(f, input.method(f).to_proc)

-- 
Nobu Nakada