> There are a number of cases where a return value is not expect, such > as with the Events that expect a Boolean if you handle the event. > This would basically render a Event that returns a value to be > useless since all of those events must have some code.
An event in Rb is not a subroutine, it's an event where return values, if any, are optional. The suggestion put forth is for a function call, not an event. -- Thomas C. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
