[#3986] Re: Principle of least effort -- another Ruby virtue. — Andrew Hunt <andy@...>

> Principle of Least Effort.

14 messages 2000/07/14

[#4043] What are you using Ruby for? — Dave Thomas <Dave@...>

16 messages 2000/07/16

[#4139] Facilitating Ruby self-propagation with the rig-it autopolymorph application. — Conrad Schneiker <schneik@...>

Hi,

11 messages 2000/07/20

[ruby-talk:03907] Re: Array.uniq! returning nil

From: matz@... (Yukihiro Matsumoto)
Date: 2000-07-10 05:42:35 UTC
List: ruby-talk #3907
Hi,

In message "[ruby-talk:03896] Re: Array.uniq! returning nil"
    on 00/07/07, "Hal E. Fulton" <hfulton@austin.rr.com> writes:

|That's a very interesting idea, Hugh. But how does
|the caller know that the cut failed?

Hmm, by returning a special object that responds to any message and
return self?  `method_missing' might help.

							matz.

In This Thread