[#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:03958] Re: Tk PhotoImage options

From: matz@... (Yukihiro Matsumoto)
Date: 2000-07-13 04:42:58 UTC
List: ruby-talk #3958
Hi,

In message "[ruby-talk:03957] Re: Tk PhotoImage options"
    on 00/07/13, Yukihiro Matsumoto <matz@netlab.co.jp> writes:

|		image_widget.copy(new_img, 'subsample' => [8 8])
|
|would work.

I meant

		image_widget.copy(new_img, 'subsample' => [8, 8])

of cource.

							matz.

In This Thread