Class: RubyPost::Object
- Inherits:
 - 
      Object
      
        
- Object
 - RubyPost::Object
 
 
- Defined in:
 - lib/objects.rb
 
Overview
base class for rubypost
Direct Known Subclasses
BaseDrawCommand, BaseLabel, Drawable, Figure, File, Macros, Option, PicturePrecompiler
Instance Method Summary collapse
- 
  
    
      #compile  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
returns the string of metapost commmands.
 
Instance Method Details
#compile ⇒ Object
returns the string of metapost commmands
      6 7 8  | 
    
      # File 'lib/objects.rb', line 6 def compile '%compile not implemented for ' + self.class.to_s end  |