From: Keith Sader Date: 2006-03-23T06:15:01+09:00 Subject: Introspection of method parameters I'm trying to find out the number and name of a method's parameters. I've googled for 'ruby method parameter introspection' and come up with almost nothing. Is there a way to ask a method for the parameters it takes? Could this way also show me the method overloads? foo() foo(param1) foo(param1, param2) etc. thanks, -- Keith Sader ksader@gmail.com http://www.saderfamily.org/roller/page/ksader