#128: Default code in template for NSView-based objects does not execute ---------------------------------+------------------------------------------ Reporter: francois@antier.org | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ the code for initWithFrame does not execute: def initWithFrame(frame) super_initWithFrame(frame) # Initialization code here. return self end should be replaced by def initWithFrame(frame) if super # Initialization code here. end return self end -- Ticket URL: <http://www.macruby.org/trac/ticket/128> MacRuby <http://macruby.org/>