Ticket #341 (closed defect: fixed)
END block dont work
| Reported by: | kazuhisa@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | major | Milestone: | MacRuby 0.5 |
| Component: | MacRuby | Keywords: | |
| Cc: | kazuhisa@… |
Description
% 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)
Change History
Note: See
TracTickets for help on using
tickets.

