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