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.



189
190
191
# File 'lib/drawable.rb', line 189

def initialize
  super()
end

Instance Method Details

#compileObject



193
194
195
# File 'lib/drawable.rb', line 193

def compile
  'fullcircle'
end