examples/arrays.rb in interpolate-0.2.2 vs examples/arrays.rb in interpolate-0.2.3

- old
+ new

@@ -1,9 +1,8 @@ require 'rubygems' require 'interpolate' require 'pp' - # a non-linear set of multi-dimensional points; # perhaps the location of some actor in relation to time time_frames = { 0 => [0, 0, 0], 1 => [1, 0, 0],