From: Roger Pack Date: 2008-04-21T22:51:07+09:00 Subject: Re: ruby wish-list I wish this worked :) >> def a >> end => nil >> a {:b => true} SyntaxError: compile error (irb):3: syntax error, unexpected tASSOC, expecting '}' a {:b => true} ^ from (irb):3 I have no idea why it doesn't consider a hash a parameter. -R -- Posted via http://www.ruby-forum.com/.