Ticket #82 (closed defect: fixed)
Klass#initialize should be called by Klass.alloc.init
| Reported by: | psychs@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | major | Milestone: | MacRuby 0.3 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
class A
def initialize
puts 'initialize'
end
end
A.alloc.init
It should print "initialize". But now it prints nothing.
Change History
Note: See
TracTickets for help on using
tickets.

