>>>>> "n" == nobu nokada <nobu.nokada / softhome.net> writes: n> I might misunderstand, did you mean the issue like n> [ruby-talk:41809]? No, there is worst pigeon% cat b.rb #!./ruby def aa "#{ p 'ok' if 1 .. 2 }" end aa aa pigeon% pigeon% b.rb "ok" ./b.rb:4: [BUG] unexpected local variable ruby 1.7.2 (2002-06-04) [i686-linux] Aborted pigeon% Guy Decoux