#1437: Object#method.call doesn't pass block argument --------------------------------------+------------------------------------- Reporter: gabriel.gilder@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: Component: MacRuby | Resolution: fixed Keywords: | --------------------------------------+------------------------------------- Changes (by watson1978@…): * status: new => closed * resolution: => fixed Comment: Please use MacRuby latest or nightly. {{{ $ ruby19 -v blocks.rb ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.2.0] in the block 1 in the block 2 $ macruby -v blocks.rb MacRuby 0.10 (ruby 1.9.2) [universal-darwin10.0, x86_64] Foo#bar: please give me a block :( Foo#bar: please give me a block :( $ macruby -v blocks.rb MacRuby 0.12 (ruby 1.9.2) [universal-darwin11.0, x86_64] in the block 1 in the block 2 }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1437#comment:1> MacRuby <http://macruby.org/>