Daniel Amelang <daniel.amelang / gmail.com> wrote: > > hash = <name:bill, age:25> > hash = (name:bill, age:25) # I don't really like this one > hash = [name:bill, age:25] # this infringes on Array's syntax [: name:bill, age:25 ] or not. too few brackety things around :) martin