[MacRuby] #341: END block dont work
#341: END block dont work --------------------------------+------------------------------------------- Reporter: kazuhisa@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: --------------------------------+------------------------------------------- {{{ % cat test-end-block.rb END { puts "called END block " } % ruby test-end-block.rb called END block $ ruby1.9 test-end-block.rb called END block % ruby test-end-block.rb private method `at_exit' called for NSObject:Class (NoMethodError) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/341> MacRuby <http://macruby.org/>
#341: END block dont work --------------------------------+------------------------------------------- Reporter: kazuhisa@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | --------------------------------+------------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Fixed in r2576. {{{ $ ./miniruby -e "END{p 42}" 42 }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/341#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby