[ruby-talk:02462] Re: Precedence question

From: matz@... (Yukihiro Matsumoto)
Date: 2000-04-12 06:36:36 UTC
List: ruby-talk #2462
Hi,

In message "[ruby-talk:02461] Re: Precedence question"
    on 00/04/12, Dave Thomas <Dave@thomases.com> writes:

|While we're talking about method calls, should I document the syntax
|
|  a.sample(1, 2, 'a' => 3, 'b' => 4)

Probably.  It's useful for Ruby/Tk.

							matz.

p.s.
quiz of the day:  can you parse this method call?

   a b c, d

In This Thread