From: Yukihiro Matsumoto Date: 2008-08-27T00:11:05+09:00 Subject: Re: Passing a block with define_method Hi, In message "Re: Passing a block with define_method" on Tue, 26 Aug 2008 23:30:21 +0900, "James Coglan" writes: |but this does not -- the interpreter complains about unexpected ampersands: | |define_method(:some_method) do |*args, &block| | # ... |end You have to wait until 1.9. matz.