module Kitchen::Directions::BakeCustomSections
Public Class Methods
v1(chapter:, custom_sections_properties:)
click to toggle source
# File lib/kitchen/directions/bake_custom_sections/main.rb, line 6 def self.v1(chapter:, custom_sections_properties:) V1.new.bake( chapter: chapter, custom_sections_properties: custom_sections_properties ) end