lib/rdoc/markup/to_rdoc.rb in rdoc-3.5 vs lib/rdoc/markup/to_rdoc.rb in rdoc-3.5.1

- old
+ new

@@ -215,10 +215,10 @@ def end_accepting @res.join end ## - # Removes preceeding \\ from the suppressed crossref +special+ + # Removes preceding \\ from the suppressed crossref +special+ def handle_special_SUPPRESSED_CROSSREF special text = special.text text = text.sub('\\', '') unless in_tt? text