From: Joe Ruby MUDCRAP-CE Date: 2006-10-29T14:25:51+09:00 Subject: Define a hash using %q? Is there a way for us lazy typists to define a hash using %q? I tried this, but it doesn't create a hash: h = %q(a => b, c => d) Thanks, Joe -- Posted via http://www.ruby-forum.com/.