--nextPart2169793.ukYMV9Y3RO
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
The method "methods" returns ALL the methods.
I want just the class methods, those I can invoke without creating an
object from the class.
For example, querying the class Thread should give me "current", but
not "alive?".
I think you're looking for Thread.singleton_methods:
irb(main):001:0> Thread.singleton_methods
=3D> ["stop", "abort_on_exception", "current", "new", "fork", "critical",=20
"abort_on_exception=3D", "pass", "start", "exit", "list", "critical=3D", "k=
ill",=20
"main"]
=2D-=20
Jason Voegele
You will always find something in the last place you look.
--nextPart2169793.ukYMV9Y3RO
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQBDM1y8hnQPOwpx0DURAmqMAJ4544uA5RMSTACTFHvjqKTrnn51hgCfRul7
Kgfcc8xH92VlF+zUdU4i7N8=
=Jg5f
-----END PGP SIGNATURE-----
--nextPart2169793.ukYMV9Y3RO--