Method: Cutaneous::Engine#convert

Defined in:
lib/cutaneous/engine.rb

#convert(template, to_syntax, format = default_format) ⇒ Object



55
56
57
# File 'lib/cutaneous/engine.rb', line 55

def convert(template, to_syntax, format = default_format)
  file_loader(format).convert(template, to_syntax)
end