ippa / chingu

OpenGL accelerated 2D game framework for Ruby
http://ippa.se/chingu
GNU Lesser General Public License v2.1
309 stars 66 forks source link

Array#each_at (for great justice) #32

Closed fowlmouth closed 13 years ago

fowlmouth commented 13 years ago

also fixed a variable "shadowing?" warning in eachcollision() it was overwriting object1 in the second block, probably still happens for each*_collision() methods. it was just a warning anyways. Array#each_at lets you use [Class, Klass, Crass].each_at like you can with #each_collision

banister commented 13 years ago

each_at is ungrammatical, but i guess fowlmouth speaks chinese as her first language, and only recently learned english, so she's doing well!

well done fowlmouth!