Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/hoe.rb

Instance Method Summary collapse

Instance Method Details

#rdoc_to_markdownObject



740
741
742
# File 'lib/hoe.rb', line 740

def rdoc_to_markdown
  self.gsub(/^mailto:/, '').gsub(/^(=+)/) { "#" * $1.size }
end