#745: README.rdoc has mistake in "Enumerable#p_findall" on "lib/dispach". And
p_find_all causes an error.
----------------------------------+-----------------------------------------
 Reporter:  watson1...@…          |       Owner:  lsansone...@…        
     Type:  defect                |      Status:  new                  
 Priority:  blocker               |   Milestone:                       
Component:  MacRuby               |    Keywords:                       
----------------------------------+-----------------------------------------

Comment(by watson1...@…):

 I have not understood whether a explanation of "Caveat: Local Variables"
 is correct.

 {{{
 $ cat gcd.rb
 require 'dispatch'

 n = 0
 job = Dispatch::Job.new { n += 42 }
 job.join
 p n # => 0
 }}}

 {{{
 $ macruby gcd.rb
 42
 }}}

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

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

Reply via email to