From: Eero Saynatkari Date: 2006-09-08T04:44:27+09:00 Subject: Re: get the name of a method's parameter Le Huy wrote: > Does anyone know how to use reflection to get the name of a parameter of > a method ? def meth(argy) p local_variables end > It is useful for documenting a class and doing editor with code > completion -- Posted via http://www.ruby-forum.com/.