Method: Gembots::Arena#draw
- Defined in:
- lib/gembots/arena.rb
#draw ⇒ Object
Method called via Gosu. It simply calls the draw method for each projectile and bot.
24 25 26 27 |
# File 'lib/gembots/arena.rb', line 24 def draw @bots.each &:draw @projs.each &:draw end |