Mark Sargent wrote:
Hi All,

last night we touched on methods(functions equivalent for other languages?) and I wanted to just see what ri had for it, but, got the following,

------------------------------------------- Class: SingletonClassMethods
     (no description...)
------------------------------------------------------------------------


Instance methods:
-----------------
     _instantiate?, _load, clone, inherited

for  ]$ ri Methods

and this,

---------------------------------------------------------- Class: Method
     (no description...)
------------------------------------------------------------------------


Instance methods:
-----------------
     ==, [], arity, call, clone, inspect, to_proc, to_s, unbind

for  ]$ ri Method

I was expecting to get a more detailed, generic, run down on Methods. What am I missing? Cheers.


Case sensitive.

Try one or both:

%ri method
%ri methods

Hope these help.

O Plameras
_______________________________________________
coders mailing list
coders@slug.org.au
http://lists.slug.org.au/listinfo/coders

Reply via email to