I have a binding of an user interface element to my controller 
(Controller.self.test): The setTest does work, but the 'test =' does not.

class Controller < NSWindowController
  attr_accessor :test

  def works
    setTest true
  end

  def doesnotwork
    test = true
  end

end

Is this a bug?

- Bernd
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to