Parent

String

Public Instance Methods

rdoc_to_markdown() click to toggle source

Very basic munge from rdoc to markdown format.

     # File lib/hoe/publish.rb, line 230
230:   def rdoc_to_markdown
231:     self.gsub(/^mailto:/, '').gsub(/^(=+)/) { "#" * $1.size }
232:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.