Classes: V1
6 7 8 9 10 11
# File 'lib/kitchen/directions/bake_exercise_prefixes/main.rb', line 6 def self.v1(chapter:, sections_prefixed:) V1.new.bake( chapter: chapter, sections_prefixed: sections_prefixed ) end