Class: RubyPost::Circle

Inherits:
Drawable show all
Defined in:
lib/drawable.rb

Overview

Wraps the metapost fullcircle command

Instance Method Summary collapse

Constructor Details

#initializeCircle

Returns a new instance of Circle.



199
200
201
# File 'lib/drawable.rb', line 199

def initialize
  super()
end

Instance Method Details

#compileObject



203
204
205
# File 'lib/drawable.rb', line 203

def compile
  'fullcircle'
end