[#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:03966] Re: Are named formal parameters in recent ruby interpreters?

From: ts <decoux@...>
Date: 2000-07-13 11:26:10 UTC
List: ruby-talk #3966
>>>>> "R" == Robert Feldt <feldt@ce.chalmers.se> writes:

R> X.new('file' => filename)

 this is the same than :

  X.new( { 'file' => filename } )

R> Is this in the 1.5 revision

 it's in 1.4*


Guy Decoux

In This Thread