11 12 13 14
# File 'lib/cbf.rb', line 11 def self.convert(template, format, options={}) template = parse(format, template, options) Convertor.new(template) end