Class: PBSimply::Processor::PbsRDoc
- Defined in:
- lib/pbsimply/docengine/rdoc.rb
Overview
RDoc processor
Constant Summary
Constants included from ACCS
ACCS::DEFINITIONS, ACCS::INDEX
Constants included from PBSimply::Plugger
PBSimply::Plugger::POST_PROCESSORS
Instance Attribute Summary
Attributes inherited from PBSimply
Instance Method Summary collapse
- #get_markup_document(procdoc) ⇒ Object
- #print_fileproc_msg(filename) ⇒ Object
- #target_file_extensions ⇒ Object
Methods inherited from PbsRBase
#initialize, #process_document
Methods inherited from PBSimply
#delete_missing, #delete_turn_draft, #doc, #generate, #initialize, load_config, #load_index, #main, #proc_dir, #proc_docs, #setup_config, #treat_cmdline
Methods included from ACCS
#accsmode, #process_accs, #single_accs
Methods included from Frontmatter
Methods included from PBSimply::Plugger
Methods included from PBSimply::Prayer
#autobless, #bless, #bless_cmd, #bless_ruby
Constructor Details
This class inherits a constructor from PBSimply::Processor::PbsRBase
Instance Method Details
#get_markup_document(procdoc) ⇒ Object
53 54 55 |
# File 'lib/pbsimply/docengine/rdoc.rb', line 53 def get_markup_document procdoc File.read procdoc end |
#print_fileproc_msg(filename) ⇒ Object
49 50 51 |
# File 'lib/pbsimply/docengine/rdoc.rb', line 49 def print_fileproc_msg(filename) STDERR.puts "#{filename} generate with RDoc" end |
#target_file_extensions ⇒ Object
57 58 59 |
# File 'lib/pbsimply/docengine/rdoc.rb', line 57 def target_file_extensions [".rdoc"] end |