You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The argument supplied here will return a boolean value whereas it requires a string. Compare this to the @richkilmer original. Notice the Object.const_get call spans two lines here:-
Are there any good examples of how to use MVC functionality? So far I've found these:-
https://github.com/mattetti/phare/blob/master/lib/application.rb
and
https://github.com/isaac/MacRuby/blob/fac1edf7d399d657c6d74a4167adac514ee6b697/sample-macruby/HotCocoa/mvc/lib/application.rb
I can't seem to get them working though. Are there any more recent examples?
The text was updated successfully, but these errors were encountered: