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
4 5 6 7 8 |
# File 'lib/fontist/import/convert_formulas.rb', line 4 def call find_formulas.each do |formula| convert_to_yaml(formula) end end |