[Newbies] Symbols, my nightmare

Randal L. Schwartz merlyn at stonehenge.com
Fri Dec 28 22:01:04 UTC 2007


>>>>> "Diego" == Diego Fernández <diegof79 at gmail.com> writes:

Diego> SmallInteger methodDictionary (inspect it to see the methods defined  for each
Diego> selector)

And for more fun browse:

  1 class allSelectors asSortedCollection

and you'll see all messages that can be sent to "1".

Repeat the same with:

  1 class class allSelectors asSortedCollection

and you'll see the same for 1's class (SmallInteger).

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


More information about the Beginners mailing list