# File lib/goocanvas.rb, line 128
def
each
num_points
.
times
{
|
i
|
yield
self
[
i
] }
end