Issue #8157 has been updated by drbrain (Eric Hodel). =begin There is a conflict as "_" in RDoc means "emphasis". You can use slashes to escape, but it is a little ugly: \__FILE__ Maybe I can make __whatever__ special in RDoc, I will try. =end ---------------------------------------- Bug #8157: How to write document for __LINE__, __FILE__, __END__ https://bugs.ruby-lang.org/issues/8157#change-37868 Author: naruse (Yui NARUSE) Status: Assigned Priority: Normal Assignee: drbrain (Eric Hodel) Category: lib Target version: ruby -v: ruby 2.1.0dev (2013-03-24 trunk 39888) [x86_64-freebsd9.1] How do I write document for __LINE__, __FILE__, __END__ ? Moreover, __ is expressed as _ in rdoc. How can I avoid it? -- http://bugs.ruby-lang.org/