Class: Fontist::Import::ConvertFormulas
- Inherits:
 - 
      Object
      
        
- Object
 - Fontist::Import::ConvertFormulas
 
 
- Defined in:
 - lib/fontist/import/convert_formulas.rb
 
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
      6 7 8 9 10  | 
    
      # File 'lib/fontist/import/convert_formulas.rb', line 6 def call find_formulas.each do |formula| convert_to_yaml(formula) end end  |