Method: Fox::Canvas::ShapeGroup#each

Defined in:
lib/fox16/canvas.rb

#eachObject



169
170
171
# File 'lib/fox16/canvas.rb', line 169

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