From: Aaron Lerch Date: 2011-09-09T11:51:41+09:00 Subject: [ruby-core:39404] [Ruby 1.9 - Bug #5302][Open] Two small documentation fixes in dir.c Issue #5302 has been reported by Aaron Lerch. ---------------------------------------- Bug #5302: Two small documentation fixes in dir.c http://redmine.ruby-lang.org/issues/5302 Author: Aaron Lerch Status: Open Priority: Normal Assignee: Eric Hodel Category: DOC Target version: ruby -v: 1.9.2-p180 There are two cases where \ ends up rendering (via rdoc) into html as "<code></code>" when it should just be "\" I found that adding a space around the backslash was a simple fix to the problem (escaping it didn't seem to make a difference.) -- http://redmine.ruby-lang.org