Hi, At Thu, 3 Jun 2004 09:40:58 +0900, Joel VanderWerf wrote in [ruby-talk:102226]: > So that means > > foo(bar: 1, :bar => 2) > > will pass two distinct arguments: > > 1) the integer 1 in keyword argument "bar", and > > 2) the hash {:bar => 2} ? I'm not sure whether it will be allowed, non-keyword arguments after keyword arguments. -- Nobu Nakada