On Thu, Feb 28, 2008 at 5:50 PM, Richard Kilmer <rich / infoether.com> wrote: > > On Feb 28, 2008, at 8:46 PM, Laurent Sansonetti wrote: > > > I do like the current implemented one, as many people so far. > > > > duck.foo 1, bar:2 > > Oh right, duck.foo 1, bar: 2 ... not duck foo:1, bar:2 :-) Yes you can put or remove spaces, parenthesis, etc... Alternatively, key:value can be replaced by :key => value duck.foo 1, :bar => 2 Which is apparently more Rails'ish. (I personally prefer the first one though.) Laurent