From: matz@... (Yukihiro Matsumoto) Date: 2001-05-31T12:17:08+09:00 Subject: [ruby-talk:16072] Re: Block arguments vs method arguments Hi, In message "[ruby-talk:15926] Re: Block arguments vs method arguments" on 01/05/29, Mike writes: |I like the notation that was proposed to have a, b and c local to the block. It would be nice it if these args would be defined like method arguments, and I would love it if variables created in the block would be created in the caller's binding. They're what I'm trying to achieve. Hard part is keeping minimum compatibility at the same time. matz.