Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/hoe.rb
Instance Method Summary collapse
Instance Method Details
#rdoc_to_markdown ⇒ Object
733 734 735 |
# File 'lib/hoe.rb', line 733 def rdoc_to_markdown self.gsub(/^mailto:/, '').gsub(/^(=+)/) { "#" * $1.size } end |