# File lib/gd2/canvas.rb, line 359 def arc(cx, cy, width, height, range) Arc.new(point(cx, cy), width, height, range).draw(@image, line_pixel) end