class Straightedge::Gosu::Presenter
Public Instance Methods
colorize(coords, color)
click to toggle source
# File lib/straightedge/gosu/presenters.rb, line 3 def colorize(coords, color) coords.map { |c| c + [color] }.flatten end