Ruby - Enumerable - each_with_index

  • + 0 comments
    animals.each_with_index.map{|v, i| "#{i}:#{v}" if i >= skip}.compact