Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #82 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

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

Changed 7 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to MacRuby 0.3

Fixed in r301.

Note: See TracTickets for help on using tickets.