From: nobu.nokada@... Date: 2004-09-09T12:14:57+09:00 Subject: Re: using a hash in eval Hi, At Thu, 9 Sep 2004 02:16:56 +0900, Florian Weber wrote in [ruby-talk:111898]: > i guess iterating over each key and value and writing it 'by hand' is > the only way, right? define_method(:foo) some_method_which_expects_a_hash(options) end -- Nobu Nakada