Class: PBSimply::Processor::PbsRDoc

Inherits:
PbsRBase show all
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

#indexes

Instance Method Summary collapse

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

#read_frontmatter

Methods included from PBSimply::Plugger

#post_plugins, #pre_plugins

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


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_extensionsObject



57
58
59
# File 'lib/pbsimply/docengine/rdoc.rb', line 57

def target_file_extensions
  [".rdoc"]
end