Talk:Rosetta Code/Rank languages by popularity: Difference between revisions

Content added Content deleted
Line 129:
 
I'm trying to run the Ruby example on Ruby 1.8.6 and it says that the "each_slice" method isn't defined. Is that part of 1.8.7? --[[User:Mwn3d|Mwn3d]] 19:29, 26 June 2009 (UTC)
:I don't know, probably it's for Ruby 1.9, but you can try replace <lang ruby>langs.each_slice(50) do</lang> with <lang ruby>langs[10..50].each do</lang> --[[User:Guga360|Guga360]] 22:54, 26 June 2009 (UTC)