class ChunkyPNG::Vector

def each(&block)

def each(&block)
  points.each(&block)
end