On Sat, Mar 12, 2011 at 8:45 PM, 7stud -- <bbxx789_05ss / yahoo.com> wrote: > Why don't the ruby docs say that send() can take a block? > > Kernel.send(:define_method, :my_meth) do |x| > ¨Âõô> end > It's not the send() that's consuming the block - it's the define_method(). Regards, Sean