[#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:04007] Re: Associating block to block call?

From: Aleksi Niemel<aleksi.niemela@...>
Date: 2000-07-14 10:56:19 UTC
List: ruby-talk #4007
Aleksi:
> |What are my chances to associate block to a block call? 

Matz:
> Block/Proc preserves the context including block given to the method.
> Thus you cannot associate block to Proc#call.

Yep, thanks! This seems to indicate the need for ClassMethod and
InstanceMethod with associated helpers class_proc and inst_proc.

	- Aleksi

In This Thread

Prev Next