Classes: V1
6 7 8 9 10 11
# 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