class ChunkyPNG::Vector

def edges(close = true)

def edges(close = true)
  Enumerator.new(self, :each_edge, close)
end