Class: RubyPost::Circle
Overview
Wraps the metapost fullcircle command
Instance Method Summary collapse
- #compile ⇒ Object
-
#initialize ⇒ Circle
constructor
A new instance of Circle.
Constructor Details
#initialize ⇒ Circle
Returns a new instance of Circle.
199 200 201 |
# File 'lib/drawable.rb', line 199 def initialize super() end |
Instance Method Details
#compile ⇒ Object
203 204 205 |
# File 'lib/drawable.rb', line 203 def compile 'fullcircle' end |