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/.