module Kitchen::Directions::BakeFootnotes

Public Class Methods

v1(book:, number_format: :arabic) click to toggle source
# File lib/kitchen/directions/bake_footnotes/main.rb, line 6
def self.v1(book:, number_format: :arabic)
  V1.new.bake(book: book, number_format: number_format)
end