From: Yukihiro Matsumoto Date: 2005-01-04T20:34:56+09:00 Subject: Re: Seeking info on keyword parameters Hi, In message "Re: Seeking info on keyword parameters" on Tue, 4 Jan 2005 20:16:34 +0900, gabriele renzi writes: |maybe I'm reading too much in this message, but did you left the idea of |having separated named arguments and default arguments ? I assume you are suggesting Smalltalk style foo.move a from: b to: c method invocation which mentioned by itsme. I'm not positive that it fits in Ruby. How can I specify such a method by a symbol, for example? matz.