#760: block arg in NSWorkspace#recycleURLs completionHandler: is not specified
properly
--------------------------------------+-------------------------------------
 Reporter:  ryand-r...@…              |       Owner:  lsansone...@…        
     Type:  defect                    |      Status:  new                  
 Priority:  blocker                   |   Milestone:                       
Component:  MacRuby                   |    Keywords:                       
--------------------------------------+-------------------------------------

Comment(by lsansone...@…):

 It is possible to workaround the MacRuby runtime by using
 performSelector:.

 {{{
 NSWorkspace.sharedWorkspace.performSelector(:"recycleURLs:completionHandler:",
 withObject:[], withObject::nil)
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/760#comment:2>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to