Class: RubyPost::CustomOption
Overview
Can insert pure metapost option commands here.
Instance Method Summary collapse
- #compile ⇒ Object
-
#initialize(c = Sting.new) ⇒ CustomOption
constructor
A new instance of CustomOption.
Constructor Details
#initialize(c = Sting.new) ⇒ CustomOption
Returns a new instance of CustomOption.
16 17 18 |
# File 'lib/options.rb', line 16 def initialize @command = String.new end |
Instance Method Details
#compile ⇒ Object
24 25 26 |
# File 'lib/options.rb', line 24 def compile @command.compile end |