# File htree/leaf.rb, line 67 def Comment.new(content) content = content.gsub(/-(-+)/) { '-' + ' -' * $1.length }.sub(/-\z/, '- ') new! content end