5 6 7 8
# File 'lib/rucola/rucola_support/models/rc_document.rb', line 5 def makeWindowControllers @@_window_controller ||= Object.const_get("#{self.class.name.to_s.camel_case}Controller") addWindowController @@_window_controller.alloc.init end