[#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:03829] Re: Order of overwriting

From: ts <decoux@...>
Date: 2000-07-05 14:35:43 UTC
List: ruby-talk #3829
>>>>> "A" == Aleksi Niemel=E4?= <iso-8859-1> writes:

A> This works probably just as it should, but I'm just curious why I expect
A> declarations to overwrite each other in the order they're written, instead

 Well, I'm probably wrong, but the declarations overwrite each other in the
 order they are written, i.e.

     Foo#foo        overwrite Zak#foo
     Foo_update#foo overwrite Foo#foo

 'include module' include method in the super class.


Guy Decoux



In This Thread

Prev Next