Libraries
»
fxruby
(1.6.38)
»
Index
»
Fox
»
Canvas
»
ShapeGroup
»
#each
Method: Fox::Canvas::ShapeGroup#each
Defined in:
lib/fox16/canvas.rb
#
each
⇒
Object
162 163 164
# File 'lib/fox16/canvas.rb', line 162
def
each
@shapes
.
each
{
|
shape
|
yield
shape
}
end