lib/tracksperanto/zip_tuples.rb in tracksperanto-2.8.6 vs lib/tracksperanto/zip_tuples.rb in tracksperanto-2.9.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- # Implements the zip_curve_tuples method module Tracksperanto::ZipTuples # Zip arrays of "value at" tuples into an array of "values at" tuples # (note the plural). # The first value of each tuple will be the frame number @@ -17,6 +18,6 @@ tuples end tuples.reject{|e| e.nil? || (e.length < (curves.length + 1)) } end -end \ No newline at end of file +end