From: matz@... (Yukihiro Matsumoto) Date: 2003-11-28T02:41:59+09:00 Subject: Re: arity of methods defined with define_method Hi, In message "Re: arity of methods defined with define_method" on 03/11/28, nobu.nokada@softhome.net writes: |> I would expect that a method that can take any number of arguments would |> have an arity of -1. Why is this not the case with methods defined with |> define_method()? | |It's a bug. | |* eval.c (method_arity): used wrong Proc object. [ruby-talk:86504] Please commit. matz.