lib/tracksperanto/zip_tuples.rb in tracksperanto-2.1.1 vs lib/tracksperanto/zip_tuples.rb in tracksperanto-2.2.0

- old
+ new

@@ -1,7 +1,8 @@ # Implements the zip_curve_tuples method module Tracksperanto::ZipTuples - # Zip arrays of "value at" tuples into an array of "values at" tuples. + # 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 # and keyframes which are not present in all arrays will be discarded. For example: # # zip_curve_tuples( [[0, 12], [1, 23]], [[1, 12]]) #=> [[1, 23, 12]] # \ No newline at end of file