# File lib/cairo/context/circle.rb, line 4 def circle(center_x, center_y, radius) arc(center_x, center_y, radius, 0, 2 * Math::PI) end