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

- old
+ new

@@ -1,5 +1,6 @@ -# Internal representation of a tracker point with keyframes. A Tracker is an array of Keyframe objects and should act and work like one +# Internal representation of a tracker point with keyframes. A Tracker is an array of Keyframe objects +# with a few methods added for convenience class Tracksperanto::Tracker < DelegateClass(Array) include Tracksperanto::Casts include Tracksperanto::BlockInit include Comparable \ No newline at end of file