Module: Kitchen::Directions::BakeFootnotes

Defined in:
lib/kitchen/directions/bake_footnotes/v1.rb,
lib/kitchen/directions/bake_footnotes/main.rb

Defined Under Namespace

Classes: V1

Class Method Summary collapse

Class Method Details

.v1(book:, number_format: :arabic) ⇒ Object



6
7
8
# 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