Module: Kitchen::Directions::BakeCustomSections
- Defined in:
- lib/kitchen/directions/bake_custom_sections/v1.rb,
lib/kitchen/directions/bake_custom_sections/main.rb
Defined Under Namespace
Classes: V1
Class Method Summary collapse
Class Method Details
.v1(chapter:, custom_sections_properties:) ⇒ Object
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 |