module Kitchen::Directions::BakeHandbook
Public Class Methods
v1(book:, title_element: 'h1')
click to toggle source
# File lib/kitchen/directions/bake_handbook/main.rb, line 6 def self.v1(book:, title_element: 'h1') V1.new.bake(book: book, title_element: title_element) end