# File lib/ruby-sdl-ffi/sdl/mac.rb, line 341
        def each
          length.times{ |i| yield self[i] }
        end