Class: Pandoku::Formats::Man

Inherits:
Pandoku::Format show all
Includes:
OutputFormat
Defined in:
lib/pandoku/formats/man.rb

Overview

Unix man format.

Instance Attribute Summary

Attributes inherited from Pandoku::Format

#options

Class Method Summary collapse

Methods included from OutputFormat

#compile

Methods inherited from Pandoku::Format

#cliopts, default_options, inherited, #initialize

Constructor Details

This class inherits a constructor from Pandoku::Format

Class Method Details

.nameObject



8
9
10
# File 'lib/pandoku/formats/man.rb', line 8

def self.name
  :man
end