Class: CabbageDoc::Generators::Pages

Inherits:
CabbageDoc::Generator show all
Defined in:
lib/cabbage_doc/generators/pages.rb

Defined Under Namespace

Classes: Helper

Constant Summary

Constants inherited from CabbageDoc::Generator

CabbageDoc::Generator::PRIORITIES

Instance Attribute Summary

Attributes inherited from CabbageDoc::Generator

#tag

Instance Method Summary collapse

Methods inherited from CabbageDoc::Generator

all, exists?, find, inherited, #initialize, load!, perform, priority, supports?, tags

Constructor Details

This class inherits a constructor from CabbageDoc::Generator

Instance Method Details

#performObject



6
7
8
9
10
# File 'lib/cabbage_doc/generators/pages.rb', line 6

def perform
  pages.each do |file|
    generate(file)
  end
end