Method: Fox::Canvas::ShapeGroup#each

Defined in:
lib/fox16/canvas.rb

#eachObject



162
163
164
# File 'lib/fox16/canvas.rb', line 162

def each
  @shapes.each { |shape| yield shape }
end