From: Christian Neukirchen Date: 2006-01-02T22:47:42+09:00 Subject: Re: Listing Ruby keywords Wilson Bilkovich writes: > On 1/2/06, George Ogata wrote: >> John Maclean writes: >> >> > Is there a simple way to find out all or most of the built-in >> > keywords? I know that if a keyword's in a ruby script that the >> > debugger will tell you but I'd like to know before hand, in other >> > words when I'm actually writing the scripts. >> > Or you could make a script that tries to assign to local variables > with every possible name combination, and keeps track of which ones > throw exceptions. ;) Or you could simply look into the "keywords" file in the Ruby sources... -- Christian Neukirchen http://chneukirchen.org