4 5 6 7 8
# File 'lib/mp4/metadata/memoize/tracks.rb', line 4 def self.call(cache, moov) moov.tracks.each do |track| Track.call(cache, track) end end