On Mon, Sep 6, 2010 at 10:11 PM, Brian Candler <B.Candler / pobox.com> wrote:

> def X(text, todo, *args, &blk)

vs

> puts X("abcdefgh", :each_byte) { |i| puts i }

some weird edges of ruby :)