[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Introspection on method arguments

Stefan Arentz

11/5/2004 3:42:00 PM


Is it possible to get the actual method argument *names*
through introspection?

S.
2 Answers

Robert Klemme

11/5/2004 4:21:00 PM

0


"Stefan Arentz" <stefan.arentz@gmail.com> schrieb im Newsbeitrag
news:87oeice20n.fsf@keizer.soze.com...
>
> Is it possible to get the actual method argument *names*
> through introspection?

Nope.

robert

Its Me

11/5/2004 8:08:00 PM

0

I hope it will be possible with keyword arguments in 2.0. Otherwise
introspection would be missing the main reason for keyword args, imo.


"Robert Klemme" <bob.news@gmx.net> wrote in message
news:2v1nk3F2f001vU1@uni-berlin.de...
>
> "Stefan Arentz" <stefan.arentz@gmail.com> schrieb im Newsbeitrag
> news:87oeice20n.fsf@keizer.soze.com...
> >
> > Is it possible to get the actual method argument *names*
> > through introspection?
>
> Nope.
>
> robert
>