Method: Fox::Canvas::ShapeGroup#include?

Defined in:
lib/fox16/canvas.rb

#include?(shape) ⇒ Boolean

Does the group contain this shape?

Returns:

  • (Boolean)


148
149
150
# File 'lib/fox16/canvas.rb', line 148

def include?(shape)
  @shapes.include?(shape)
end