Sha256: 826a385cbfcda33e097660abf551cd12981479dea0e015ff84407975dc36d104

Contents?: true

Size: 230 Bytes

Versions: 23

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

module Kitchen
  module Directions
    module BakeFootnotes
      def self.v1(book:, number_format: :arabic)
        V1.new.bake(book: book, number_format: number_format)
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
openstax_kitchen-7.0.0 lib/kitchen/directions/bake_footnotes/main.rb
openstax_kitchen-6.1.0 lib/kitchen/directions/bake_footnotes/main.rb
openstax_kitchen-6.0.0 lib/kitchen/directions/bake_footnotes/main.rb