# File lib/rubygame/gfx.rb, line 66 def draw_line( point1, point2, color ) _draw_line( point1, point2, color, false ) return self end