Class: Avm::Tools::Runner::AppSrc::EacWritingsBase0::Info

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/tools/runner/app_src/eac_writings_base0/info.rb

Instance Method Summary collapse

Instance Method Details

#runObject



16
17
18
19
20
21
22
# File 'lib/avm/tools/runner/app_src/eac_writings_base0/info.rb', line 16

def run
  runner_context.call(:project_banner)
  infov 'Chapters', project.chapters.count
  project.chapters.each_with_index do |chapter, index|
    infov "  * #{index + 1}", chapter
  end
end