module Kitchen::Directions::BakeAnnotationClasses

Public Class Methods

v1(chapter:) click to toggle source
# File lib/kitchen/directions/bake_annotation_classes/main.rb, line 6
def self.v1(chapter:)
  V1.new.bake(
    chapter: chapter)
end