Class: Straightedge::Gosu::Presenter
- Inherits:
-
Presenter
- Object
- Presenter
- Straightedge::Gosu::Presenter
- Defined in:
- lib/straightedge/gosu/presenters.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#colorize(coords, color) ⇒ Object
3 4 5 |
# File 'lib/straightedge/gosu/presenters.rb', line 3 def colorize(coords, color) coords.map { |c| c + [color] }.flatten end |